Skip to content

Commit

Permalink
Adds 6.7.x branch to nigthlies step
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Jan 18, 2025
1 parent fa60e1c commit 32cd5d0
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 32cd5d0

Please sign in to comment.