Skip to content

Commit d749cc4

Browse files
committed
added deliver stage
1 parent ea40e35 commit d749cc4

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
@@ -14,6 +14,13 @@ pipeline {
1414
sh './jenkins/scripts/test.sh'
1515
}
1616
}
17+
stage('Deliver') {
18+
steps {
19+
sh './jenkins/scripts/deliver.sh'
20+
input message: 'Finished using the web site? (Click "Proceed" to continue)'
21+
sh './jenkins/scripts/kill.sh'
22+
}
23+
}
1724
}
1825
}
1926

0 commit comments

Comments
 (0)