commit | 227b8c7ea933d8c6bd2c80c509a420d0a1df7480 | [log] [tgz] |
---|---|---|
author | Alexander Evseev <aevseev@mirantis.com> | Thu Oct 25 15:40:34 2018 +0200 |
committer | Alexander Evseev <aevseev@mirantis.com> | Thu Oct 25 15:40:34 2018 +0200 |
tree | 04cb73652b986792efb09ed3407e03b993ffe460 | |
parent | 7cde6e2c36a0bfc8fcd1025b417059e7421813e0 [diff] [blame] |
Fix private aptly hostname and port Change-Id: Iefa0872f1a161665de4c869d561c9d9c15ee1379 See: https://mirantis.jira.com/browse/PROD-16598
diff --git a/promote-vcp-images.groovy b/promote-vcp-images.groovy index 7b4f80e..7a1763f 100644 --- a/promote-vcp-images.groovy +++ b/promote-vcp-images.groovy
@@ -114,7 +114,7 @@ error("Uploading file: ${targetImage}.md5 failed!") } - description += "<a href='http://apt.mirantis.net:8085/images/${targetImage}'>${job_env.SOURCE_TAG}=>${targetImage}</a>" + description += "<a href='http://apt.mcp.mirantis.net/images/${targetImage}'>${job_env.SOURCE_TAG}=>${targetImage}</a>" } currentBuild.description = description } catch (Throwable e) {