Skip to content

Commit

Permalink
fix: update git clone command to use MANIFEST_REPO variable in Deploy…
Browse files Browse the repository at this point in the history
…ment stage of Jenkinsfile
  • Loading branch information
Ganthepro committed Dec 24, 2024
1 parent a59bcbc commit 98dc34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 โปรเจคของเรา
}
Expand Down

0 comments on commit 98dc34a

Please sign in to comment.