ci: update Jenkinsfile to use argoControlledRepoBranch Nicolas_local_ops and pipeline library from Nicolas_local_ops branch
This commit is contained in:
parent
8f464f1f91
commit
b66182be18
@ -1,4 +1,4 @@
|
||||
library 'first-class-pipeline'
|
||||
@Library('first-class-pipeline@Nicolas_local_ops') _
|
||||
|
||||
executeFreeleapsPipeline {
|
||||
serviceName = 'freeleaps'
|
||||
@ -29,7 +29,8 @@ executeFreeleapsPipeline {
|
||||
imageBuildRoot: '..',
|
||||
imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'],
|
||||
registryCredentialsId: 'freeleaps-devops-docker-hub-credentials',
|
||||
semanticReleaseEnabled: true
|
||||
semanticReleaseEnabled: true,
|
||||
argoControlledRepoBranch: 'Nicolas_local_ops'
|
||||
]
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user