Fix for image download URI
This commit is contained in:
parent
8ffdbc6216
commit
c59c6161b6
@ -212,7 +212,7 @@ for (i = 0; i < images.size(); i++) {
|
|||||||
cron('H 3,7,9,20,23 * * *')
|
cron('H 3,7,9,20,23 * * *')
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
shell("/usr/bin/env IMAGES_DEST=" + '${IMAGES_DEST}' + "IMAGE=${url} HASH=${hash} /bin/sh ./scripts/sync_image")
|
shell("/usr/bin/env IMAGES_DEST=" + '${IMAGES_DEST}' + "IMAGE=${images[i]} /bin/sh ./scripts/sync_image")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user