upgrade builder docker
Some checks failed
WEB karideo and rabbit/archidata/pipeline/head There was a failure building this commit

This commit is contained in:
Edouard DUPIN 2023-01-10 22:31:14 +01:00
parent a073a01111
commit fcbf051c10

View File

@ -2,7 +2,7 @@ pipeline {
//agent any
agent {
docker {
image 'openjdk:19-jdk-alpine'
image 'gitea.atria-soft.org/kangaroo-and-rabbit/archlinux-builder:latest'
args '-u root'
}
}
@ -11,7 +11,7 @@ pipeline {
disableConcurrentBuilds abortPrevious: true
}
triggers {
cron(env.BRANCH_NAME == 'main' || env.BRANCH_NAME == 'develop' ? '0 21 * * *' : '')
cron(env.BRANCH_NAME == 'master' || env.BRANCH_NAME == 'dev' ? '0 10 * * *' : '')
}
environment {
REGISTRY_ADDRESS = "gitea.atria-soft.org"