added macos delivery
All checks were successful
BlockStorage/repertory_mac/pipeline/head This commit looks good
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-08-04 09:00:37 -05:00
parent 3e1d7e5e9b
commit f56302769c

View File

@@ -44,5 +44,14 @@ pipeline {
sh 'scripts/run_tests.sh aarch64'
}
}
stage('deliver') {
agent any
steps {
sh "scripts/deliver.sh ${env.HOME}/mnt/repertory '' aarch64"
sh "scripts/deliver.sh ${env.HOME}/mnt/repertory '' x86_64"
}
}
}
}