Skip to content

Commit 1ae6d75

Browse files
committed
add Deliver pipeline
1 parent 0a6b3f2 commit 1ae6d75

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
@@ -17,6 +17,13 @@ pipeline {
1717
sh './jenkins/scripts/test.sh'
1818
}
1919
}
20+
stage('Deliver') {
21+
steps {
22+
sh './jenkins/scripts/deliver.sh'
23+
echo 'Finished using the web site? (Click "Proceed" to continue)'
24+
sh './jenkins/scripts/kill.sh'
25+
}
26+
}
2027
}
2128
environment {
2229
CI = 'true'

0 commit comments

Comments
 (0)