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 EscalateStatus true
RunIfJobSuccessful 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}"
} }
} }
} }