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