From a36e911a8357c25429ac86a503d8ec7b47be6dfb Mon Sep 17 00:00:00 2001 From: Zhaochunjiang Date: Sun, 14 May 2023 15:58:18 +0000 Subject: [PATCH] update Jenkinsfile. Signed-off-by: Zhaochunjiang --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3e6d4d1..6f5573d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { sh '''#!/bin/bash test -f ci_tags.py && rm ci_tags.py* wget https://gitee.com/openeuler/infrastructure/raw/master/ci/tools/ci_tags.py - python3 ci_tags.py $giteeTargetNamespace $giteeTargetRepoName $giteePullRequestIid $GITEE_TOKEN ATP + #python3 ci_tags.py $giteeTargetNamespace $giteeTargetRepoName $giteePullRequestIid $GITEE_TOKEN ATP ''' } } -- Gitee