Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
Archive artefacts for this branch.
  • Loading branch information
jonwoodruff committed Aug 22, 2024
1 parent 23d6c69 commit 69659b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def jobProperties = [
rateLimit,
]
// Don't archive sysroot/disk image/kernel images for pull requests and non-default/releng branches:
def archiveBranches = ['main', 'master', 'dev']
def archiveBranches = ['main', 'master', 'dev', 'cheri-morello-pmap-simplify']
if (!env.CHANGE_ID && (archiveBranches.contains(env.BRANCH_NAME) || env.BRANCH_NAME.startsWith('releng/'))) {
if (!GlobalVars.isTestSuiteJob) {
// Don't archive disk images for the test suite job
Expand Down

0 comments on commit 69659b4

Please sign in to comment.