otto 6 months ago
parent
commit
3cdd2beed7
  1. 6
      Jenkinsfile

6
Jenkinsfile vendored

@ -106,7 +106,7 @@ pipeline {
// 首次部署需要使用,后期可以直接注释掉此步骤 // 首次部署需要使用,后期可以直接注释掉此步骤
stage('传入yaml') { stage('传入yaml') {
steps { steps {
yaml() // yaml()
echo '传入yaml 完成' echo '传入yaml 完成'
} }
} }
@ -114,13 +114,13 @@ pipeline {
stage('apply') { stage('apply') {
steps { steps {
apply() // apply()
echo '执行apply 完成' echo '执行apply 完成'
} }
} }
stage('更新image') { stage('更新image') {
steps { steps {
// image() image()
echo '更新image 完成' echo '更新image 完成'
} }

Loading…
Cancel
Save