mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 14:12:50 +02:00
double double quotes needed for correct interpolation
This commit is contained in:
parent
815283d6d5
commit
ac9f4d4c30
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ def hifiJob(String targetName, Boolean deploy) {
|
|||
}
|
||||
EscalateStatus true
|
||||
RunIfJobSuccessful true
|
||||
script 'curl -d action=deploy-dev -d role=highfidelity_dev-grid -d "revision=${targetName}" https://${ARTIFACT_DESTINATION}'
|
||||
script "curl -d action=deploy-dev -d role=highfidelity_dev-grid -d \"revision=${targetName}\" https://${ARTIFACT_DESTINATION}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue