Skip to content

Commit e6f99fd

Browse files
committed
Task 19 : Revise Checkout in Jenkinsfile
1 parent dc03325 commit e6f99fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pipeline {
1515
checkout([
1616
$class: 'GitSCM',
1717
branches: [[name: "*/${env.BRANCH_NAME}"]],
18-
userRemoteConfigs: [[url: env.GIT_REPO_URL, credentialsId: env.GIT_CRED_ID]]]
18+
userRemoteConfigs: [[url: "${env.GIT_REPO_URL}", credentialsId: env.GIT_CRED_ID]]
1919
])
2020
}
2121
}

0 commit comments

Comments
 (0)