Update Jenkinsfile

This commit is contained in:
Zaman 2020-03-03 12:47:13 +05:00
parent 5b8b46b50f
commit bd873cec9f

2
Jenkinsfile vendored
View file

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