fix Jenkinsfile quoting
This commit is contained in:
Vendored
+1
-1
@@ -3,7 +3,7 @@ pipeline {
|
||||
stages {
|
||||
stage("Build") {
|
||||
steps {
|
||||
sh "echo CI-OK build de demo-ci en $(hostname)"
|
||||
sh 'echo "CI-OK build de demo-ci en $(hostname)"'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user