Skip to content

Commit 0cab66e

Browse files
authored
Merge pull request #256 from lcarva/1.6-fix-refs
Use release branch for Jenkins library
2 parents cf23673 + bfe0368 commit 0cab66e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

generated/gitops-template/jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Generated from templates/gitops-template/Jenkinsfile.njk. Do not edit directly. */
22

3-
library identifier: '[email protected]', retriever: modernSCM(
3+
library identifier: 'RHTAP_Jenkins@release-v1.6.x', retriever: modernSCM(
44
[$class: 'GitSCMSource',
55
remote: 'https://github.com/redhat-appstudio/tssc-sample-jenkins.git'])
66

generated/source-repo/jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Generated from templates/source-repo/Jenkinsfile.njk. Do not edit directly. */
22

3-
library identifier: '[email protected]', retriever: modernSCM(
3+
library identifier: 'RHTAP_Jenkins@release-v1.6.x', retriever: modernSCM(
44
[$class: 'GitSCMSource',
55
remote: 'https://github.com/redhat-appstudio/tssc-sample-jenkins.git'])
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
library identifier: '[email protected]', retriever: modernSCM(
1+
library identifier: 'RHTAP_Jenkins@release-v1.6.x', retriever: modernSCM(
22
[$class: 'GitSCMSource',
33
remote: 'https://github.com/redhat-appstudio/tssc-sample-jenkins.git'])
44
{{- nlnl -}}

0 commit comments

Comments
 (0)