Testing
Apps/everybody-mov/pipeline/head There was a failure building this commit
Details
Apps/everybody-mov/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
1b71499b3e
commit
2361cb03e4
|
@ -2,15 +2,15 @@ pipeline {
|
||||||
|
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'python:3.10-buster'
|
image 'python:3.10-slim-bullseye'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Setup') {
|
stage('Setup') {
|
||||||
steps {
|
steps {
|
||||||
sh 'python -m pip install --no-cache-dir --upgrade pip'
|
sh 'python -m pip3 install --no-cache-dir --upgrade --user pip'
|
||||||
sh 'python -m pip install --no-cache-dir pipenv --user'
|
sh 'python -m pip3 install --no-cache-dir pipenv --user'
|
||||||
sh 'python -m pipenv install'
|
sh 'python -m pipenv install'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue