我有一个在Cloud66中运行的rails服务器应用程序,我希望我的Jenkins CI每次在Cloud66中部署时都开始运行一个测试。
有可能这样做吗?多么?
谢谢!
发布于 2016-02-23 16:12:54
好吧,我找到解决办法了!
所以:
-
staging:
last_thing:
command: curl $JENKINS_URL/job/$JOB_NAME/build?token=$TOKEN_DEFINED_EARLIER
target: rails
execute: true就这样!然后将在部署时触发测试执行!
https://stackoverflow.com/questions/35580364
复制相似问题