3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-05-01 04:43:03 +02:00

prepend artifact destination url with https

This commit is contained in:
Stephen Birarda 2013-06-18 17:36:40 -07:00
parent dfbf5bdfb9
commit a0bab71755

View file

@ -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}"
}
}
}