Skip to content

Commit 242eea2

Browse files
committed
Add Deliver Stage
1 parent 66f9e5b commit 242eea2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Jenkinsfile

+7
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ 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
}
2431
}

0 commit comments

Comments
 (0)