Skip to content

Commit 5047ae9

Browse files
authored
Update Jenkinsfile
1 parent 5932ca4 commit 5047ae9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Jenkinsfile

+6
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ pipeline {
5555
tools {
5656
nodejs 'nodejs'
5757
}
58+
when
5859
steps {
5960
script {
6061
scannerHome = tool 'SonarScanner';
@@ -85,6 +86,11 @@ pipeline {
8586
steps {
8687
make docker-dev
8788
}
89+
post {
90+
always {
91+
input 'Is the application working properly?'
92+
}
93+
}
8894
}
8995
stage('Run PROD') {
9096
steps {

0 commit comments

Comments
 (0)