Skip to content

Commit

Permalink
Merge branch 'lts-with-plugins' into weekly-with-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jan 24, 2025
2 parents e94117e + e4ee706 commit 34fb687
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion ref/configuration-as-code/jenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,27 @@ jenkins:
- shellScriptVerifier:
script: "git --version 2>&1 | grep -F 2.43"
- name: "git-2.45"
properties:
- ? ''
: verifiers:
- shellScriptVerifier:
script: "git --version 2>&1 | grep -F 2.45"
- name: "git-2.47"
properties:
- ? ''
: verifiers:
- or:
verifiers:
- shellScriptVerifier:
script: "git --version 2>&1 | grep -F 2.45"
script: "git --version 2>&1 | grep -F 2.47"
- regexNameVerifier:
regexExpression: "(cb-pc.*|mark-pc[3-9].*|win-.*)"
- name: "git-2.48"
properties:
- ? ''
: verifiers:
- shellScriptVerifier:
script: "git --version 2>&1 | grep -F 2.48"
labelString: "git-2.39 highmem"
log:
recorders:
Expand Down

0 comments on commit 34fb687

Please sign in to comment.