ci: refs #7643 Debuild image fixes
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
cc5faf97da
commit
0952a690a5
|
@ -32,13 +32,12 @@ pipeline {
|
||||||
image 'registry.verdnatura.es/debuild:2.23.4-vn4'
|
image 'registry.verdnatura.es/debuild:2.23.4-vn4'
|
||||||
registryUrl 'https://registry.verdnatura.es/'
|
registryUrl 'https://registry.verdnatura.es/'
|
||||||
registryCredentialsId 'docker-registry'
|
registryCredentialsId 'docker-registry'
|
||||||
args '-u root'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'debuild -us -uc -b'
|
sh 'debuild -us -uc -b'
|
||||||
sh 'mkdir -p output'
|
sh 'mkdir -p output'
|
||||||
sh 'cp ../*.deb output'
|
sh 'mv ../*.deb ../*.build ../*.buildinfo ../*.changes output'
|
||||||
sh 'sleep 86400'
|
sh 'sleep 86400'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue