Actualizar Jenkinsfile

This commit is contained in:
2026-07-17 05:55:48 +00:00
parent 99cd5d10e1
commit 9ff5f682dd
Vendored
+5
View File
@@ -28,6 +28,11 @@ pipeline {
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') {
steps {