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