| Jenkinsfile | ●●●●● patch | view | raw | blame | history |
Jenkinsfile
@@ -53,7 +53,7 @@ } } stage('deploy to dev') { stage('部署到 dev') { steps { input(id: 'deploy-to-dev', message: 'deploy to dev?') kubernetesDeploy(configs: 'deploy/dev-ol/**', enableConfigSubstitution: true, kubeconfigId: "$KUBECONFIG_CREDENTIAL_ID")