Merge pull request 'Nicolas_local_ops' (#56) from Nicolas_local_ops into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/56
This commit is contained in:
commit
37986fadb2
10
jobs/freeleaps-data-backup/ci/Jenkinsfile
vendored
10
jobs/freeleaps-data-backup/ci/Jenkinsfile
vendored
@ -21,15 +21,15 @@ executeFreeleapsPipeline {
|
|||||||
buildArtifacts: ['.'],
|
buildArtifacts: ['.'],
|
||||||
lintEnabled: false,
|
lintEnabled: false,
|
||||||
sastEnabled: false,
|
sastEnabled: false,
|
||||||
imageRegistry: 'freeleaps-registry.azurecr.io',
|
imageRegistry: 'docker.io',
|
||||||
imageRepository: '',
|
imageRepository: 'freeleaps',
|
||||||
imageName: 'freeleaps-pvc-backup',
|
imageName: 'freeleaps-pvc-backup',
|
||||||
imageBuilder: 'dind',
|
imageBuilder: 'dind',
|
||||||
dockerfilePath: 'Dockerfile',
|
dockerfilePath: 'Dockerfile',
|
||||||
imageBuildRoot: '.',
|
imageBuildRoot: '.',
|
||||||
imageReleaseArchitectures: ['linux/amd64'],
|
imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'],
|
||||||
registryCredentialsId: 'freeleaps-azure-registry-credentials',
|
registryCredentialsId: 'freeleaps-devops-docker-hub-credentials',
|
||||||
semanticReleaseEnabled: false
|
semanticReleaseEnabled: true
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user