Skip to content

Commit

Permalink
fix: remove docker login command and replace it with git clone in Dep…
Browse files Browse the repository at this point in the history
…loyment stage of Jenkinsfile
  • Loading branch information
Ganthepro committed Dec 24, 2024
1 parent 0a4d062 commit a59bcbc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,8 @@ pipeline {
steps {
script {
withCredentials([string(credentialsId: 'edusaig-manifest-repo', variable: 'MANIFEST_REPO')]) {

// ใช้คำสั่ง docker login เพื่อทำการ login เข้าสู่ Docker Hub
echo "$MANIFEST_REPO"
sh "git clone $manifest-repo"
}
// sh "git clone $manifest-repo"
// ใช้คำสั่ง git clone เพื่อทำการ clone โปรเจคของเรา
}
}
Expand Down

0 comments on commit a59bcbc

Please sign in to comment.