diff --git a/Jenkinsfile b/Jenkinsfile index ece390d..c0cf90f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -54,7 +54,7 @@ pipeline { ----------------------------------\n" 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}" }