Hi,

The app deployment step fails in developer setup because the s2-gitblit's
notifys2.groovy script calls the out dated API
(org.apache.stratos.cartridge.mgt.ui.RepoNotificationServlet) to notify the
stratos controller.

changed the git hook as follows to fix the issue [1]
def response = ["curl", "-k", "-X", "POST", "-H", "Content-Type:
application/json", "-d", "${json}", "https://${user.username}:${
user.password}@sc.s2.appfactory.private.wso2.com:9463/stratos/admin/reponotification
"].execute().text

[1] https://wso2.org/jira/browse/APPFAC-2514

Thanks
Amalka
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to