mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 18:23:22 +02:00
prepend artifact destination url with https
This commit is contained in:
parent
dfbf5bdfb9
commit
a0bab71755
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ def hifiJob(String targetName, Boolean deploy) {
|
|||
}
|
||||
EscalateStatus true
|
||||
RunIfJobSuccessful true
|
||||
script "curl -d 'action=deploy&role=highfidelity-live&revision=${targetName}' ${ARTIFACT_DESTINATION}"
|
||||
script "curl -d 'action=deploy&role=highfidelity-live&revision=${targetName}' https://${ARTIFACT_DESTINATION}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue