From f0761755698f9d399224067b29cd64779d584921 Mon Sep 17 00:00:00 2001 From: Kaspars Skels Date: Fri, 18 Jan 2019 13:35:50 -0600 Subject: [PATCH] Fixes for Airship Seaworthy - Remove dependency towards Artifactory - Fix up Shipyard API url to match new deploy library Change-Id: Ic76eb2785f240345f79d0324549c15f50f157d7c --- tools/gate/Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/gate/Jenkinsfile b/tools/gate/Jenkinsfile index effddd5d5..fee1c03c0 100644 --- a/tools/gate/Jenkinsfile +++ b/tools/gate/Jenkinsfile @@ -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}/") } }