Skip to content

Commit

Permalink
Merge pull request #1186 from apache/fix/nightlies-67
Browse files Browse the repository at this point in the history
Adds 6.7.x branch to nigthlies step
  • Loading branch information
lukaszlenart authored Jan 18, 2025
2 parents e0be827 + 32cd5d0 commit b054b51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ pipeline {
when {
anyOf {
branch 'main'
branch 'release/struts-6-7-x'
}
}
steps {
Expand All @@ -100,6 +101,7 @@ pipeline {
when {
anyOf {
branch 'main'
branch 'release/struts-6-7-x'
}
}
steps {
Expand All @@ -112,6 +114,7 @@ pipeline {
when {
anyOf {
branch 'main'
branch 'release/struts-6-7-x'
}
}
steps {
Expand Down

0 comments on commit b054b51

Please sign in to comment.