diff --git a/Jenkinsfile b/Jenkinsfile index b5c944c..e6c32d5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent any environment { - ROOTFS_JOB = "espos-rootfs" + ROOTFS_JOB = "espos-rootfs-gnome" WORKDIR = "${WORKSPACE}/work" }