test → master #66
|
@ -40,7 +40,7 @@ pipeline {
|
|||
sh 'mkdir -p output'
|
||||
sh 'mv ../*.deb ../*.build ../*.buildinfo ../*.changes output'
|
||||
|
||||
stash includes: 'output', name: 'debuildOutput'
|
||||
stash includes: 'output/*', name: 'debuildOutput'
|
||||
}
|
||||
}
|
||||
stage('Reprepro') {
|
||||
|
|
Loading…
Reference in New Issue