mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:41:20 +02:00
Merge pull request #580 from birarda/jenkins
use double quotes to fix env interpolation, fix role
This commit is contained in:
commit
928f8acdac
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ def hifiJob(String targetName, Boolean deploy) {
|
||||||
}
|
}
|
||||||
EscalateStatus true
|
EscalateStatus true
|
||||||
RunIfJobSuccessful true
|
RunIfJobSuccessful true
|
||||||
script "curl -d action=deploy-dev -d role=highfidelity-live -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