Skip to content

Commit 9de040e

Browse files
committed
Updated jfrog pipeline's integration
1 parent 7b428c9 commit 9de040e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.jfrog-pipelines/pipelines.release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

.jfrog-pipelines/pipelines.resources.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)