Actualizar Jenkinsfile
This commit is contained in:
Vendored
+5
@@ -28,6 +28,11 @@ pipeline {
|
|||||||
checkout scm
|
checkout scm
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage("Install dependencies") {
|
||||||
|
steps {
|
||||||
|
sh 'sudo apt install -y squashfs-tools xorriso grub-pc-bin grub-efi-amd64-bin grub-common grub2-common mtools dosfstools zstd pv tree file'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
stage('Download RootFS') {
|
stage('Download RootFS') {
|
||||||
steps {
|
steps {
|
||||||
|
|||||||
Reference in New Issue
Block a user