Actualizar Jenkinsfile

This commit is contained in:
2026-07-18 15:30:33 +00:00
parent c2df57bbc3
commit 9b18ad6424
Vendored
+1 -1
View File
@@ -2,7 +2,7 @@ pipeline {
agent any
environment {
ROOTFS_JOB = "espos-rootfs"
ROOTFS_JOB = "espos-rootfs-gnome"
WORKDIR = "${WORKSPACE}/work"
}