Update Jenkinsfile

This commit is contained in:
Zaman 2020-03-03 12:48:39 +05:00
parent bd873cec9f
commit 1cb4acd352

2
Jenkinsfile vendored
View file

@ -31,7 +31,7 @@ pipeline {
}
stage('Deliver') {
steps{
echo 'Hello World'
echo 'Hello World!'
}
}