From f441ce60e9766db59b6f030c30d82e2f1627fa8d Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:01:09 +0800 Subject: [PATCH] feat use new image --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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/' } }