From 3cdd2beed7a807490a1f1e72171c29bbe504435a Mon Sep 17 00:00:00 2001 From: otto <965391514@qq.com> Date: Fri, 21 Jun 2024 10:05:46 +0800 Subject: [PATCH] uip --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 106f227..26e6faf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -106,7 +106,7 @@ pipeline { // 首次部署需要使用,后期可以直接注释掉此步骤 stage('传入yaml') { steps { - yaml() + // yaml() echo '传入yaml 完成' } } @@ -114,13 +114,13 @@ pipeline { stage('apply') { steps { - apply() + // apply() echo '执行apply 完成' } } stage('更新image') { steps { - // image() + image() echo '更新image 完成' }