fix Jenkinsfile quoting

This commit is contained in:
2026-08-25 02:36:05 +00:00
parent b31f1e2e4f
commit 44008bbeff
Vendored
+1 -1
View File
@@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage("Build") { stage("Build") {
steps { steps {
sh "echo CI-OK build de demo-ci en $(hostname)" sh 'echo "CI-OK build de demo-ci en $(hostname)"'
} }
} }
} }