File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ pipelines:
1919 inputResources :
2020 - name : jenkinsJFrogReleaseGit
2121 integrations :
22- - name : il_automation
22+ - name : jenkins_automation # Used for git operations for jenkinsci org
23+ - name : il_automation # Available for other operations if needed
2324 - name : ecosys_entplus_deployer
2425 - name : jenkins_artifactory_jfrog_plugin
2526 execution :
@@ -36,7 +37,7 @@ pipelines:
3637 # Configure git
3738 - git checkout main
3839 -
git remote set-url origin https://[email protected] /jfrog/jenkins-jfrog-plugin.git 39- - git remote add upstream https://$int_il_automation_token @github.com/jenkinsci/jfrog-plugin.git
40+ - git remote add upstream https://$int_jenkins_automation_token @github.com/jenkinsci/jfrog-plugin.git
4041
4142 # Make sure versions provided
4243 - echo "Checking variables"
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ resources:
33 type : GitRepo
44 configuration :
55 path : jfrog/jenkins-jfrog-plugin
6- gitProvider : il_automation
6+ gitProvider : il_automation # Uses il_automation for jfrog org access
77 branches :
88 include : main
99
1010 - name : jenkinsJFrogReleaseGit
1111 type : GitRepo
1212 configuration :
1313 path : jfrog/jenkins-jfrog-plugin
14- gitProvider : il_automation
14+ gitProvider : il_automation # Uses il_automation for jfrog org access
1515 buildOn :
1616 commit : false
1717 branches :
You can’t perform that action at this time.
0 commit comments