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',
|
language: 'python',
|
||||||
dependenciesManager: 'pip',
|
dependenciesManager: 'pip',
|
||||||
requirementsFile: 'requirements.txt',
|
requirementsFile: 'requirements.txt',
|
||||||
buildCacheEnabled: false,
|
buildCacheEnabled: true,
|
||||||
buildAgentImage: 'python:3.11-slim',
|
buildAgentImage: 'python:3.11-slim',
|
||||||
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