change agent
This commit is contained in:
parent
6ff02e3ddf
commit
b69376d6bb
@ -9,7 +9,12 @@ pipeline {
|
|||||||
steps { checkout scm }
|
steps { checkout scm }
|
||||||
}
|
}
|
||||||
stage('Lint/Test/Sec'){
|
stage('Lint/Test/Sec'){
|
||||||
agent { docker { image 'python:3.12-slim' args '-u root' } }
|
agent {
|
||||||
|
docker {
|
||||||
|
image 'python:3.12-slim'
|
||||||
|
args '-u root'
|
||||||
|
}
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
apt-get update && apt-get install -y build-essential libpq-dev curl jq
|
apt-get update && apt-get install -y build-essential libpq-dev curl jq
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user