updated build system

This commit is contained in:
2024-07-23 07:48:34 -05:00
parent 2c1842f06c
commit 04d560739d
4 changed files with 96 additions and 19 deletions

View File

@ -53,7 +53,9 @@ pipeline {
agent any
steps {
sh 'echo skipping deliver'
sh 'scripts/deliver.sh /mnt/repertory "" aarch64'
sh 'scripts/deliver.sh /mnt/repertory'
sh 'scripts/deliver.sh /mnt/repertory "" "" "" "" 1 0'
}
}
}