This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a commit to branch kie-issues_821
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
The following commit(s) were added to refs/heads/kie-issues_821 by this push:
new c1fe46c5 Fix project version retriever
c1fe46c5 is described below
commit c1fe46c54acca93dbae6f66aef7c60afe2b63a9f
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Tue Jan 30 14:55:00 2024 -0300
Fix project version retriever
---
.ci/jenkins/Jenkinsfile.weekly.deploy | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.weekly.deploy
b/.ci/jenkins/Jenkinsfile.weekly.deploy
index 84f6df59..7c658282 100644
--- a/.ci/jenkins/Jenkinsfile.weekly.deploy
+++ b/.ci/jenkins/Jenkinsfile.weekly.deploy
@@ -50,9 +50,8 @@ pipeline {
dir(getRepoName()) {
checkoutRepo()
+ env.PROJECT_VERSION = sh(returnStdout: true, script:
"python scripts/retrieve_version.py").trim()
}
-
- env.PROJECT_VERSION = sh(returnStdout: true, script:
"python scripts/retrieve_version.py").trim()
}
}
post {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]