Skip to content
Snippets Groups Projects
Commit a5394ed2 authored by Emanuele Aina's avatar Emanuele Aina Committed by Frédéric Dalleau
Browse files

Jenkinsfile: Re-use global VersionNumber for installers


Commit 3611bdcb moved the VersionNumber generation at the beginning of the
pipeline so we only generate it once.

The installer merge landed at roughly the same time so it missed that.

Align the stage generating the installer images to the new approach.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 1d936346
No related branches found
No related tags found
1 merge request!123Jenkinsfile: Re-use global VersionNumber for installers
......@@ -409,8 +409,7 @@ def buildInstallers(installerTargets) {
buildenv.inside("--device=/dev/kvm") {
stage("setup installers") {
env.PIPELINE_VERSION = VersionNumber(versionNumberString: '${BUILD_DATE_FORMATTED,"yyyyMMdd"}.${BUILDS_TODAY_Z}')
sh ("env ; mkdir -p ${PIPELINE_VERSION}/installer")
sh ("env ; mkdir -p ${PIPELINE_VERSION}/installer")
}
def buildStatus = [:]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment