This commit is contained in:
victormylle
2020-11-14 13:03:26 +01:00
parent 3a8ad78f4d
commit 072148f009

2
Jenkinsfile vendored
View File

@@ -10,7 +10,7 @@ pipeline {
stage('Publish') {
steps {
sh './publish.sh ${env.BUILD_ID}'
sh "./publish.sh ${env.BUILD_ID}"
}
}