Skip to content

Commit

Permalink
fix: add space in echo command for manifest repository in Deployment …
Browse files Browse the repository at this point in the history
…stage of Jenkinsfile
  • Loading branch information
Ganthepro committed Dec 24, 2024
1 parent b34b8b5 commit 1a5d51e
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 @@ -45,7 +45,7 @@ pipeline {
stage('Deployment') {
steps {
script {
echo"${manifest-repo}"
echo "${manifest-repo}"
// sh "git clone $manifest-repo"
// ใช้คำสั่ง git clone เพื่อทำการ clone โปรเจคของเรา
}
Expand Down

0 comments on commit 1a5d51e

Please sign in to comment.