This commit is contained in:
Edouard DUPIN 2023-01-10 00:47:25 +01:00
parent 1942bb7aa3
commit a073a01111

View File

@ -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')