commit | a0daad98e02d5181f9f97a1241a16f588559618d | [log] [tgz] |
---|---|---|
author | Aleksey Zvyagintsev <azvyagintsev@mirantis.com> | Tue Oct 30 18:16:47 2018 +0000 |
committer | Gerrit Code Review <mail@domain.com> | Tue Oct 30 18:16:47 2018 +0000 |
tree | 092c0a11820d1b3801a003f06a6e5cd8a37e9b59 | |
parent | fbc95dee22392ec60882e3876913baa996d5397f [diff] | |
parent | 8b5ea0bd6e09e67bd9041da15c4a6c06a97cc812 [diff] |
Merge "Add 'update' hook for offline mirror"
diff --git a/packer-image-buid.groovy b/packer-image-buid.groovy index 0e53b5d..2e82c44 100644 --- a/packer-image-buid.groovy +++ b/packer-image-buid.groovy
@@ -277,7 +277,7 @@ } } // Fixme for correct path ? - currentBuild.description = "<a href='http://ci.mcp.mirantis.net:8085/images/${imageName}.qcow2'>${imageName}.qcow2</a>" + currentBuild.description = "<a href='http://images.mcp.mirantis.net/${imageName}.qcow2'>${imageName}.qcow2</a>" } } else {