change jenkinsfile

This commit is contained in:
dylodylo 2020-04-03 13:06:09 +02:00
parent ff9821bb91
commit e442a46557

2
Jenkinsfile vendored
View File

@ -16,7 +16,7 @@ pipeline {
} }
} }
stage("RunScript") stage("Script")
{ {
steps{ steps{
sh label:"", script:"bash ./count.sh" sh label:"", script:"bash ./count.sh"