diff --git a/Jenkins_Docker b/Jenkins_Docker index a4a8d0f..b85fbb5 100644 --- a/Jenkins_Docker +++ b/Jenkins_Docker @@ -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}" } } }