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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment