change jenkinsfile

This commit is contained in:
dylodylo 2020-04-03 12:55:24 +02:00
parent fc25069928
commit b282bd0c46

2
Jenkinsfile vendored
View File

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