Merge pull request #1186 from apache/fix/nightlies-67

Adds 6.7.x branch to nigthlies step
This commit is contained in:
Lukasz Lenart
2025-01-18 10:03:31 +01:00
committed by GitHub
Vendored
+3
View File
@@ -87,6 +87,7 @@ pipeline {
when {
anyOf {
branch 'main'
branch 'release/struts-6-7-x'
}
}
steps {
@@ -100,6 +101,7 @@ pipeline {
when {
anyOf {
branch 'main'
branch 'release/struts-6-7-x'
}
}
steps {
@@ -112,6 +114,7 @@ pipeline {
when {
anyOf {
branch 'main'
branch 'release/struts-6-7-x'
}
}
steps {