Skip to content

Commit e940798

Browse files
committed
Add 'Deliver stage error type' stagess
1 parent 0ad885d commit e940798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pipeline{
1414
stage('Deliver'){
1515
steps{
1616
sh './jenkins/scripts/deliver.sh'
17-
input message: 'Finished using the web site? (Click "proceed" to continue)'
17+
input message: 'Finished using the web site? (Click "Proceed" to continue)'
1818
sh './jenkins/scripts/kill.sh'
1919
}
2020
}

0 commit comments

Comments
 (0)