jenkins

pipeline {agent anystages { stage(‘Example’) { steps { echo ‘Hello World’ } }}post { always { echo ‘I will always say Hello again!’ }}}

pipeline {agent anystages { stage(‘Example’) { steps { git credentialsId: ‘7cdf7d7e-57c0-4623-833d-245c4703db56’, url: ‘https://gitee.com/wusen0601/javademo5.git’ echo “Hello World ${branch}” sh ”’ant cp -r /youxi/conf .”’ } }}post { always { echo ‘I will always say Hello again!’ }}}

生活比你想象的要容易得多,只要学会接受那些不可接受的,

jenkins

相关文章:

你感兴趣的文章:

标签云: