fix: update Jenkins configuration to use Docker Hub registry and enable semantic release
This commit is contained in:
parent
6ba288105c
commit
9836bfd0ed
12
jobs/freeleaps-data-backup/ci/Jenkinsfile
vendored
12
jobs/freeleaps-data-backup/ci/Jenkinsfile
vendored
@ -16,20 +16,20 @@ executeFreeleapsPipeline {
|
||||
language: 'python',
|
||||
dependenciesManager: 'pip',
|
||||
requirementsFile: 'requirements.txt',
|
||||
buildCacheEnabled: false,
|
||||
buildCacheEnabled: true,
|
||||
buildAgentImage: 'python:3.11-slim',
|
||||
buildArtifacts: ['.'],
|
||||
lintEnabled: false,
|
||||
sastEnabled: false,
|
||||
imageRegistry: 'freeleaps-registry.azurecr.io',
|
||||
imageRepository: '',
|
||||
imageRegistry: 'docker.io',
|
||||
imageRepository: 'freeleaps',
|
||||
imageName: 'freeleaps-pvc-backup',
|
||||
imageBuilder: 'dind',
|
||||
dockerfilePath: 'Dockerfile',
|
||||
imageBuildRoot: '.',
|
||||
imageReleaseArchitectures: ['linux/amd64'],
|
||||
registryCredentialsId: 'freeleaps-azure-registry-credentials',
|
||||
semanticReleaseEnabled: false
|
||||
imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'],
|
||||
registryCredentialsId: 'freeleaps-devops-docker-hub-credentials',
|
||||
semanticReleaseEnabled: true
|
||||
]
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user