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 06336ad6 debug triggering
06336ad6 is described below
commit 06336ad67502ecfcce32e21ca4b3eca2e9b91ca7
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Wed Feb 7 16:14:52 2024 -0300
debug triggering
---
.ci/jenkins/Jenkinsfile.build-image | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.ci/jenkins/Jenkinsfile.build-image
b/.ci/jenkins/Jenkinsfile.build-image
index 75347f85..a665b337 100644
--- a/.ci/jenkins/Jenkinsfile.build-image
+++ b/.ci/jenkins/Jenkinsfile.build-image
@@ -41,6 +41,14 @@ pipeline {
IMAGE_BUILD_PLATFORMS = 'linux/amd64,linux/arm64'
}
stages {
+ stage('test trigger') {
+ steps {
+ script {
+ println(currentBuild.upstreamBuilds)
+ }
+ }
+ }
+
stage('Initialization') {
steps {
script {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]