Skip to content

Commit 0ad885d

Browse files
committed
Add 'Deliver stage error type' stage
1 parent 034a2ee commit 0ad885d

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? (Clikc "proceed" to contine)"
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)