change jenkinsfile
This commit is contained in:
parent
fc25069928
commit
b282bd0c46
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -19,7 +19,7 @@ pipeline {
|
||||
stage("RunScript")
|
||||
{
|
||||
steps{
|
||||
sh label:"", script:"./count.sh"
|
||||
sh label:"", script:"bash ./count.sh"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user