This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master-jenkinsfile
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master-jenkinsfile by this
push:
new 1423885fcd fix ITs branch
1423885fcd is described below
commit 1423885fcdf13e5caa18ac2afc3073964cb0c0ca
Author: Olivier Lamy <[email protected]>
AuthorDate: Sat Mar 8 11:55:41 2025 +1000
fix ITs branch
Signed-off-by: Olivier Lamy <[email protected]>
---
Jenkinsfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 65973a788f..b67b241e91 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -91,7 +91,8 @@ for (String os in runITsOses) {
}
}
dir ('its') {
- def ITS_BRANCH = env.CHANGE_BRANCH != null ?
env.CHANGE_BRANCH : env.BRANCH_NAME;
+ //def ITS_BRANCH = env.CHANGE_BRANCH != null ?
env.CHANGE_BRANCH : env.BRANCH_NAME;
+ def ITS_BRANCH = "maven-4.x "
try {
echo "Checkout ITs from branch:
${ITS_BRANCH}"
checkout([$class: 'GitSCM',