Skip to content

Commit

Permalink
Work around jenkins-infra/helpdesk#4021 on Artifact Caching Proxy (AC…
Browse files Browse the repository at this point in the history
…P) (#3079)
  • Loading branch information
basil authored Mar 30, 2024
1 parent bb0ff70 commit a633bf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ if (BRANCH_NAME == 'master' || fullTestMarkerFile || weeklyTestMarkerFile || env
return
}
pluginsByRepository.each { repository, plugins ->
if (repository == 'pam-auth-plugin' || repository == 'sse-gateway-plugin') {
// TODO https://github.com/jenkins-infra/helpdesk/issues/4021
return
}
branches["pct-$repository-$line"] = {
def jdk = line == 'weekly' ? 21 : 11
mavenEnv(jdk: jdk, nodePool: true) {
Expand Down

0 comments on commit a633bf4

Please sign in to comment.