This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new c5ef50c8848 CAMEL-21647 - Create a jenkins job for Camel JBang IT test
suite
c5ef50c8848 is described below
commit c5ef50c8848b9e95bbae401b244e63dee936aef8
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Feb 3 14:32:32 2025 +0100
CAMEL-21647 - Create a jenkins job for Camel JBang IT test suite
Signed-off-by: Andrea Cosentino <[email protected]>
---
Jenkinsfile.jbangtest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile.jbangtest b/Jenkinsfile.jbangtest
index 4620969b62e..d2180792d70 100644
--- a/Jenkinsfile.jbangtest
+++ b/Jenkinsfile.jbangtest
@@ -55,7 +55,7 @@ pipeline {
}
}
- stage('Build Camel SNAPSHOT') {
+ stage('Build Camel SNAPSHOT and run Camel Jbang IT Tests') {
when {
anyOf {
branch 'main'