change jenkinsfile

This commit is contained in:
dylodylo 2020-04-03 15:14:41 +02:00
parent de39c52569
commit 344b4d2e62
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

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