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

6
Jenkinsfile vendored

@ -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 完成'
}

Loading…
Cancel
Save