Compare commits

..

No commits in common. "simple-pipeline" and "master" have entirely different histories.

View file

@ -5,7 +5,7 @@ pipeline {
} }
agent { agent {
node { node {
label 'master' // TODO: run this simple pipeline on jenkins 'master' node
} }
} }
@ -23,20 +23,9 @@ pipeline {
} }
} }
stage('stage 2') { // TODO: ADD A STAGE THAT SAYS HELLO
steps {
sh 'hello from stage 2!!'
}
}
stage('manual approval') { // TODO: ADD AN APPROVAL STAGE
steps {
timeout(time: 60, unit: 'MINUTES'){
input message: "Move to stage 3 ?"
}
}
}
stage('stage 3') { stage('stage 3') {
steps { steps {