upgrade builder docker
Some checks failed
WEB karideo and rabbit/archidata/pipeline/head There was a failure building this commit
Some checks failed
WEB karideo and rabbit/archidata/pipeline/head There was a failure building this commit
This commit is contained in:
parent
a073a01111
commit
fcbf051c10
@ -2,7 +2,7 @@ pipeline {
|
|||||||
//agent any
|
//agent any
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'openjdk:19-jdk-alpine'
|
image 'gitea.atria-soft.org/kangaroo-and-rabbit/archlinux-builder:latest'
|
||||||
args '-u root'
|
args '-u root'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -11,7 +11,7 @@ pipeline {
|
|||||||
disableConcurrentBuilds abortPrevious: true
|
disableConcurrentBuilds abortPrevious: true
|
||||||
}
|
}
|
||||||
triggers {
|
triggers {
|
||||||
cron(env.BRANCH_NAME == 'main' || env.BRANCH_NAME == 'develop' ? '0 21 * * *' : '')
|
cron(env.BRANCH_NAME == 'master' || env.BRANCH_NAME == 'dev' ? '0 10 * * *' : '')
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
REGISTRY_ADDRESS = "gitea.atria-soft.org"
|
REGISTRY_ADDRESS = "gitea.atria-soft.org"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user