Jenkinsfile: Show machine and image type in job name
This commit is contained in:
parent
9d5be70994
commit
5a7ac164d3
|
|
@ -54,7 +54,7 @@ pipeline {
|
||||||
----------------------------------\n"
|
----------------------------------\n"
|
||||||
|
|
||||||
env.BUILD_VERSION = "${version}"
|
env.BUILD_VERSION = "${version}"
|
||||||
currentBuild.displayName = "${version}" //replace Bitbake timestamp after building
|
currentBuild.displayName = "${version}-${MACHINE}-${IMAGE_TYPE}" //replace Bitbake timestamp after building
|
||||||
}
|
}
|
||||||
writeFile file: 'VERSION', text: "${PACKAGE_NAME}: ${BUILD_VERSION}"
|
writeFile file: 'VERSION', text: "${PACKAGE_NAME}: ${BUILD_VERSION}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue