feat update docker declare
Some checks reported errors
test/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
tqcq 2024-08-05 16:18:17 +08:00
parent a5078ca519
commit 8575724316

4
Jenkinsfile vendored
View File

@ -1,7 +1,9 @@
pipeline {
agent {
docker {
image 'art.uocat.com/tqcq/cross:v1.0.1'
image 'tqcq/cross'
label 'v1.0.1'
registryUrl 'https://art.uocat.com/'
}
}