This commit is contained in:
parent
3db9314dfd
commit
bdf7a16003
|
@ -39,7 +39,7 @@ pipeline {
|
||||||
sh 'debuild -us -uc -b'
|
sh 'debuild -us -uc -b'
|
||||||
sh 'mkdir -p output'
|
sh 'mkdir -p output'
|
||||||
sh 'mv ../*.deb ../*.build ../*.buildinfo ../*.changes output'
|
sh 'mv ../*.deb ../*.build ../*.buildinfo ../*.changes output'
|
||||||
sleep 1800
|
sleep 3600
|
||||||
|
|
||||||
stash includes: 'output/*', name: 'debuildOutput'
|
stash includes: 'output/*', name: 'debuildOutput'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue