tweak(ium_03) Update Jenkinsfile

This commit is contained in:
sadurska@trui.pl 2021-04-19 15:35:13 +02:00
parent 7816e1bd9b
commit b0a9bd42e2

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline{
}
stage('sh: Shell Script'){
steps{
./script.sh
sh ./script.sh
}
}
stage('Archive artifacts'){