ci: archive build logs on failure
parent
31cb7420df
commit
8d3212ceca
|
@ -29,5 +29,10 @@ pipeline {
|
||||||
archiveArtifacts '*'
|
archiveArtifacts '*'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
failure {
|
||||||
|
dir('/var/tmp/portage') {
|
||||||
|
archiveArtifacts '*/*/temp/*.log'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,6 +31,9 @@ spec:
|
||||||
subPath: distfiles
|
subPath: distfiles
|
||||||
- mountPath: /var/db/repos/gentoo
|
- mountPath: /var/db/repos/gentoo
|
||||||
name: portage
|
name: portage
|
||||||
|
- mountPath: /var/tmp
|
||||||
|
name: workspace-volume
|
||||||
|
subPath: tmp
|
||||||
hostUsers: false
|
hostUsers: false
|
||||||
volumes:
|
volumes:
|
||||||
- name: binpkgs
|
- name: binpkgs
|
||||||
|
|
Loading…
Reference in New Issue