This is an automated email from the ASF dual-hosted git repository.
eduardocerqueira pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new ee671a5ac61 Jenkins Pipeline - wait to ensure the Tag is created and
available for the next job in the pipeline
ee671a5ac61 is described below
commit ee671a5ac61ef389716cdc42957dfd4cbe7880e4
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Thu May 29 10:37:19 2025 -0400
Jenkins Pipeline
- wait to ensure the Tag is created and available for the next job in the
pipeline
---
.ci/jenkins/Jenkinsfile.release-candidate | 1 +
1 file changed, 1 insertion(+)
diff --git a/.ci/jenkins/Jenkinsfile.release-candidate
b/.ci/jenkins/Jenkinsfile.release-candidate
index bf241dba34e..96383f8d322 100644
--- a/.ci/jenkins/Jenkinsfile.release-candidate
+++ b/.ci/jenkins/Jenkinsfile.release-candidate
@@ -169,6 +169,7 @@ pipeline {
script {
githubUtils.createTag("${params.TAG_NAME}")
githubUtils.pushObject('origin', "${params.TAG_NAME}",
"${pipelineVars.asfGithubPushCredentialsId}")
+ sleep(time: 1, unit: 'MINUTES') // Wait for the tag to
be created
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]