Skip to content

Commit 6768ddb

Browse files
committed
stage-end
1 parent 5d9eb51 commit 6768ddb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Jenkinsfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ pipeline {
1212
steps {
1313
sh './jenkins/scripts/test.sh'
1414
}
15-
15+
}
16+
stage('Deliver') {
17+
steps {
18+
sh './jenkins/scripts/deliver.sh'
19+
input message: 'Finished using the web site? (Click "Proceed" to continue)'
20+
sh './jenkins/scripts/kill.sh'
21+
}
1622
}
1723
}
1824
}

0 commit comments

Comments
 (0)