change jenkinsfile

This commit is contained in:
dylodylo 2020-04-03 15:18:13 +02:00
parent c28253ca0e
commit 6766741c06

2
Jenkinsfile vendored
View File

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