diff --git a/Jenkinsfile b/Jenkinsfile index b6fb035..58d8f97 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -114,7 +114,7 @@ pipeline { stage('apply') { steps { - // apply() + apply() echo '执行apply 完成' } }