change agent
This commit is contained in:
parent
a3c46877f0
commit
0c6ce0b5db
@ -10,10 +10,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Lint/Test/Sec'){
|
stage('Lint/Test/Sec'){
|
||||||
agent {
|
agent {
|
||||||
node {
|
|
||||||
label 'agent1'
|
|
||||||
}
|
|
||||||
docker {
|
docker {
|
||||||
|
reuseNode true
|
||||||
image 'python:3.12-slim'
|
image 'python:3.12-slim'
|
||||||
args '-u root'
|
args '-u root'
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user