Skip to content

Commit 7725cb0

Browse files
committed
add deliver stage
1 parent 0bb1f8b commit 7725cb0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Jenkinsfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,12 @@ pipeline {
1919
sh './jenkins/scripts/test.sh'
2020
}
2121
}
22+
stage('Deliver') {
23+
steps {
24+
sh './jenkins/scripts/deliver.sh'
25+
input message: 'Finished using the web site ? (Click "Proceed" to continue)'
26+
sh './jenkins/scripts/kill.sh'
27+
}
28+
}
2229
}
2330
}

0 commit comments

Comments
 (0)