xxx
Aimee OS/container-images/pipeline/head There was a failure building this commit
Details
Aimee OS/container-images/pipeline/head There was a failure building this commit
Details
parent
dd55d58e8f
commit
1ea329e9ab
1
build.sh
1
build.sh
|
@ -33,4 +33,5 @@ cid=$(buildah from "${base}")
|
|||
buildah add "${cid}" portage /etc/portage
|
||||
buildah_run_script "${cid}" "${SRCDIR}"/lib/sync.sh
|
||||
buildah_run_script "${cid}" "${SRCDIR}"/tools.sh
|
||||
df -Th
|
||||
buildah commit --rm --squash "${cid}" "aimee-os.org/build/build-${target}"
|
||||
|
|
|
@ -50,6 +50,7 @@ pipeline {
|
|||
|
||||
post {
|
||||
failure {
|
||||
sh 'df -Th'
|
||||
sh 'unshare -Ur --map-auto chown root:root -R tmp log'
|
||||
dir('tmp/portage') {
|
||||
archiveArtifacts '*/*/temp/*.log'
|
||||
|
|
Reference in New Issue