diff --git a/Jenkinsfile b/Jenkinsfile index dc69a70..5ba0cac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,9 +1,8 @@ pipeline { agent { docker { - image 'tqcq/cross' + image 'art.uocat.com/dockertqcq/cross' label 'v1.0.1' - registryUrl 'https://art.uocat.com/' } }