Skip to content

Commit 1bd4d4a

Browse files
author
Alexander Acurio
committed
Add deliver
1 parent 9b0c5a0 commit 1bd4d4a

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
@@ -20,6 +20,13 @@ pipeline {
2020
sh './jenkins/scripts/test.sh'
2121
}
2222
}
23+
stage('Deliver') {
24+
steps {
25+
sh './jenkins/scripts/deliver.sh'
26+
input message: 'Finished using the web site? (Click "Proceed" to continue)'
27+
sh './jenkins/scripts/kill.sh'
28+
}
29+
}
2330

2431
}
2532
}

0 commit comments

Comments
 (0)