continuous-delivery

How to trigger Jenkins builds remotely and to pass parameters

跟風遠走 提交于 2019-11-26 06:30:50
问题 I am invoking a Jenkins job remotely using: wget http://<ServerIP>:8080/job/Test-Jenkins/build?token=DOIT Here Test-Jenkins job is invoked and DOIT is the security token that I have used. Now I need to pass some parameters to the build.xml file of this job i.e. Test-Jenkins . I have not yet figured out how to pass the variables yet. 回答1: See Jenkins documentation: Parameterized Build Below is the line you are interested in: http://server/job/myjob/buildWithParameters?token=TOKEN&PARAMETER

Continuous integration/deployment/delivery on Google App Engine, too risky?

百般思念 提交于 2019-11-26 04:00:22
问题 We have recently setted up continuous integration/deployment/delivery of a nodejs webapp on Google App Engine. The CI server (GitLabCI) runs dependencies installation, build, tests and deployment to integration/prod depending on the branch (develop/master). At the day of today, the only bugs we\'ve faced to was during the dependencies step, and so we didn\'t care much about it. But yesterday (21/10/16), there was a wide-scale DNS outage and the pipeline failed in the middle of the deployment