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