Skip to content

Commit

Permalink
Update Jenkins_Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
em-tpt-bbandi authored Jun 21, 2024
1 parent 2b29083 commit f48e69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkins_Docker
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pipeline {
steps {
script {
// Checkout the specified branch
git branch: "${BRANCH_NAME}", url: 'https://github.com/your-repo.git'
git branch: "${BRANCH_NAME}"
}
}
}
Expand Down

0 comments on commit f48e69d

Please sign in to comment.