diff --git a/Jenkinsfile b/Jenkinsfile index 41a6427..e7f3b74 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,7 @@ pipeline { steps { script { withCredentials([string(credentialsId: 'edusaig-manifest-repo', variable: 'MANIFEST_REPO')]) { - sh "git clone $manifest-repo" + sh "git clone $MANIFEST_REPO" } // ใช้คำสั่ง git clone เพื่อทำการ clone โปรเจคของเรา }