commit | fdd1bb575a2fdca998716c63c3991af36886ae03 | [log] [tgz] |
---|---|---|
author | Tristan Radisson <tristan.radisson@gmail.com> | Tue Feb 07 13:27:03 2023 +0100 |
committer | GitHub <noreply@github.com> | Tue Feb 07 13:27:03 2023 +0100 |
tree | 6b568d74fb88406c9b0322b362b5008c085f0270 | |
parent | 5265332d2c46ddd2a4042053ece3c749263e972f [diff] |
Update Jenkinsfile.deploy
diff --git a/.ci/jenkins/Jenkinsfile.deploy b/.ci/jenkins/Jenkinsfile.deploy index 2baabb3..258420c 100644 --- a/.ci/jenkins/Jenkinsfile.deploy +++ b/.ci/jenkins/Jenkinsfile.deploy
@@ -18,6 +18,8 @@ environment { KOGITO_CI_EMAIL_TO = credentials("${JENKINS_EMAIL_CREDS_ID}") + + BOT_BRANCH_HASH = "${util.generateHash(10)}" } stages {