diff --git a/Jenkinsfile b/Jenkinsfile index 2a2bc8db2e57..709998a92f22 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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