fix(jenkins): add dependenciesManager field for Python apps in Jenkinsfile
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
90e0ba0eb8
commit
a1e5f6aeef
@ -14,6 +14,7 @@ executeFreeleapsPipeline {
|
|||||||
name: 'authentication',
|
name: 'authentication',
|
||||||
root: 'apps/authentication',
|
root: 'apps/authentication',
|
||||||
language: 'python',
|
language: 'python',
|
||||||
|
dependenciesManager: 'pip',
|
||||||
buildCacheEnabled: true,
|
buildCacheEnabled: true,
|
||||||
buildAgentImage: 'python:3.10-slim-buster',
|
buildAgentImage: 'python:3.10-slim-buster',
|
||||||
buildArtifacts: ['.'],
|
buildArtifacts: ['.'],
|
||||||
@ -33,6 +34,7 @@ executeFreeleapsPipeline {
|
|||||||
name: 'central-storage',
|
name: 'central-storage',
|
||||||
root: 'apps/central_storage',
|
root: 'apps/central_storage',
|
||||||
language: 'python',
|
language: 'python',
|
||||||
|
dependenciesManager: 'pip',
|
||||||
buildAgentImage: 'python:3.10-slim-buster',
|
buildAgentImage: 'python:3.10-slim-buster',
|
||||||
buildArtifacts: ['.'],
|
buildArtifacts: ['.'],
|
||||||
buildCacheEnabled: true,
|
buildCacheEnabled: true,
|
||||||
@ -52,6 +54,7 @@ executeFreeleapsPipeline {
|
|||||||
name: 'content',
|
name: 'content',
|
||||||
root: 'apps/content',
|
root: 'apps/content',
|
||||||
language: 'python',
|
language: 'python',
|
||||||
|
dependenciesManager: 'pip',
|
||||||
buildAgentImage: 'python:3.10-slim-buster',
|
buildAgentImage: 'python:3.10-slim-buster',
|
||||||
buildArtifacts: ['.'],
|
buildArtifacts: ['.'],
|
||||||
buildCacheEnabled: true,
|
buildCacheEnabled: true,
|
||||||
@ -71,6 +74,7 @@ executeFreeleapsPipeline {
|
|||||||
name: 'notification',
|
name: 'notification',
|
||||||
root: 'apps/notification',
|
root: 'apps/notification',
|
||||||
language: 'python',
|
language: 'python',
|
||||||
|
dependenciesManager: 'pip',
|
||||||
buildAgentImage: 'python:3.10-slim-buster',
|
buildAgentImage: 'python:3.10-slim-buster',
|
||||||
buildArtifacts: ['.'],
|
buildArtifacts: ['.'],
|
||||||
buildCacheEnabled: true,
|
buildCacheEnabled: true,
|
||||||
@ -90,6 +94,7 @@ executeFreeleapsPipeline {
|
|||||||
name: 'payment',
|
name: 'payment',
|
||||||
root: 'apps/payment',
|
root: 'apps/payment',
|
||||||
language: 'python',
|
language: 'python',
|
||||||
|
dependenciesManager: 'pip',
|
||||||
buildAgentImage: 'python:3.10-slim-buster',
|
buildAgentImage: 'python:3.10-slim-buster',
|
||||||
buildArtifacts: ['.'],
|
buildArtifacts: ['.'],
|
||||||
buildCacheEnabled: true,
|
buildCacheEnabled: true,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user