From 53a56874b0b61c8defe3efab187e20259b53754a Mon Sep 17 00:00:00 2001 From: Cody Seibert Date: Tue, 26 Mar 2019 14:05:58 -0400 Subject: [PATCH] forgot to update the url for the 2 scripts --- management/bin/setup-jobs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/management/bin/setup-jobs.sh b/management/bin/setup-jobs.sh index c3b862d3f2b..4a37e0a65c4 100755 --- a/management/bin/setup-jobs.sh +++ b/management/bin/setup-jobs.sh @@ -32,11 +32,11 @@ sed "s|GITHUB_URL|${GITHUB_URL}|g" ../jobs/cleanup/config.xml.tpl \ sed "s|GITHUB_URL|${GITHUB_URL}|g" ../jobs/ef-cms-api-deploy/config.xml.tpl \ | sed "s|REPO_OWNER|${REPO_OWNER}|g" \ - | sed "s|REPOSITORY|${REPOSITORY}|g" > ../jobs/cleanup/config.xml + | sed "s|REPOSITORY|${REPOSITORY}|g" > ../jobs/ef-cms-api-deploy/config.xml sed "s|GITHUB_URL|${GITHUB_URL}|g" ../jobs/ef-cms-ui-deploy/config.xml.tpl \ | sed "s|REPO_OWNER|${REPO_OWNER}|g" \ - | sed "s|REPOSITORY|${REPOSITORY}|g" > ../jobs/cleanup/config.xml + | sed "s|REPOSITORY|${REPOSITORY}|g" > ../jobs/ef-cms-ui-deploy/config.xml echo "creating job directories on Jenkins machine" ssh -A -oStrictHostKeyChecking=no ubuntu@${BASTION_PUBLIC_IP} "ssh -oStrictHostKeyChecking=no bitnami@${JENKINS_PRIVATE_IP} 'sudo su -c \"mkdir -p /opt/bitnami/apps/jenkins/jenkins_home/jobs/ef-cms\" tomcat'"