modified Jenkinsfile

This commit is contained in:
hllvc 2021-07-11 12:36:42 +02:00
parent 0c48a1c681
commit 2926df3357

2
Jenkinsfile vendored
View file

@ -32,7 +32,7 @@ pipeline {
}
}
steps {
sh 'App Running'
echo 'App Running'
}
}