Skip to content

Commit

Permalink
don't poll or include changelog for release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
justice-adams-apple committed Nov 11, 2024
1 parent 714a5f1 commit 8a94826
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions zorg/jenkins/jobs/jobs/lldb-cmake-matrix
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,10 @@ pipeline {
], extensions: [
[$class: 'CloneOption', timeout: 30,
timeout: 30]
]])
],
changelog: false,
poll: false
])
}
}
timeout(90) {
Expand Down Expand Up @@ -276,7 +279,10 @@ pipeline {
], extensions: [
[$class: 'CloneOption', timeout: 30,
timeout: 30]
]])
],
changelog: false,
poll: false
])
}
}
timeout(90) {
Expand Down

0 comments on commit 8a94826

Please sign in to comment.