change agent
This commit is contained in:
parent
b69376d6bb
commit
a3c46877f0
@ -9,7 +9,10 @@ pipeline {
|
|||||||
steps { checkout scm }
|
steps { checkout scm }
|
||||||
}
|
}
|
||||||
stage('Lint/Test/Sec'){
|
stage('Lint/Test/Sec'){
|
||||||
agent {
|
agent {
|
||||||
|
node {
|
||||||
|
label 'agent1'
|
||||||
|
}
|
||||||
docker {
|
docker {
|
||||||
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