Discussions related to DevOps, AI, Cloud
Tuesday, August 22, 2017
Jenkins Pipeline code to run in a particular label
node('TestLabel') {
stage('Build') {
echo 'Building..'
}
stage('Test') {
echo 'Testing..'
}
stage('Deploy') {
echo 'Deploying....'
}
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment