remove metrics
This commit is contained in:
parent
39225bfe11
commit
a8e2df0043
@ -11,27 +11,6 @@ executeFreeleapsPipeline {
|
|||||||
executeMode = 'fully'
|
executeMode = 'fully'
|
||||||
commitMessageLintEnabled = false
|
commitMessageLintEnabled = false
|
||||||
components = [
|
components = [
|
||||||
[
|
|
||||||
name: 'metrics',
|
|
||||||
root: 'apps/metrics',
|
|
||||||
language: 'python',
|
|
||||||
dependenciesManager: 'pip',
|
|
||||||
requirementsFile: 'requirements.txt',
|
|
||||||
buildCacheEnabled: true,
|
|
||||||
buildAgentImage: 'python:3.12-slim',
|
|
||||||
buildArtifacts: ['.'],
|
|
||||||
lintEnabled: false,
|
|
||||||
sastEnabled: false,
|
|
||||||
imageRegistry: 'docker.io',
|
|
||||||
imageRepository: 'freeleaps',
|
|
||||||
imageName: 'metrics',
|
|
||||||
imageBuilder: 'dind',
|
|
||||||
dockerfilePath: 'Dockerfile',
|
|
||||||
imageBuildRoot: '.',
|
|
||||||
imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'],
|
|
||||||
registryCredentialsId: 'freeleaps-devops-docker-hub-credentials',
|
|
||||||
semanticReleaseEnabled: true
|
|
||||||
],
|
|
||||||
[
|
[
|
||||||
name: 'authentication',
|
name: 'authentication',
|
||||||
root: 'apps/authentication',
|
root: 'apps/authentication',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user