qsdf
This commit is contained in:
parent
1942bb7aa3
commit
a073a01111
@ -1,7 +1,10 @@
|
||||
pipeline {
|
||||
//agent any
|
||||
agent {
|
||||
docker { image 'openjdk:19-jdk-alpine' }
|
||||
docker {
|
||||
image 'openjdk:19-jdk-alpine'
|
||||
args '-u root'
|
||||
}
|
||||
}
|
||||
options {
|
||||
timeout(time: 30, unit: 'MINUTES')
|
||||
|
Loading…
Reference in New Issue
Block a user