Fixes for Airship Seaworthy

- Remove dependency towards Artifactory
 - Fix up Shipyard API url to match new deploy library

Change-Id: Ic76eb2785f240345f79d0324549c15f50f157d7c
This commit is contained in:
Kaspars Skels 2019-01-18 13:35:50 -06:00
parent 2b181a94a3
commit f076175569
1 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,7 @@ import groovy.json.JsonOutput
PEGLEG_IMAGE = 'quay.io/airshipit/pegleg:178c058474fb632806e281673d3eaf6be80fa854'
KEYSTONE_URL = 'https://iam.atlantafoundry.com'
SHIPYARD_URL = 'https://shipyard.atlantafoundry.com'
SHIPYARD_URL = 'https://shipyard.atlantafoundry.com/api/v1.0'
uuid = UUID.randomUUID().toString()
SITE_NAME='airship-seaworthy'
@ -132,7 +132,6 @@ def pegleg_site_collect = {
sh "tar czf site-config.tar.gz ${SITE_NAME}"
archiveArtifacts 'site-config.tar.gz'
artifactory.upload('site-config.tar.gz', "${ARTF_PATH}/")
}
}