Trying more
This commit is contained in:
parent
bf2a9990fd
commit
a6b0a6b362
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,9 +1,9 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent { docker { image 'python:3.10.10' } }
|
||||||
stages {
|
stages {
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'pip3 install -r requirements.txt'
|
sh 'pip install --no-cache-dir -r requirements.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('test') {
|
stage('test') {
|
||||||
|
Loading…
Reference in New Issue
Block a user