Tomishinets Vladimir 5 年之前
父节点
当前提交
8493e528be
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OFFICERenewalWildcardJenkinsfile

+ 1 - 1
OFFICERenewalWildcardJenkinsfile

@@ -143,7 +143,7 @@ def update_sertificate(String PLAYBOOK, String TARGET_DIR, String TARGET_HOST) {
       withCredentials([sshUserPrivateKey(credentialsId: 'ansible', keyFileVariable: 'GIT_SSH_KEY', passphraseVariable: '', usernameVariable: 'GIT_SSH_USERNAME')]) {
         ansiColor('xterm') {
           ansiblePlaybook(
-            credentialsId: ansible,
+            credentialsId: 'ansible',
             playbook: PLAYBOOK,
             extraVars: [
               target_dir: TARGET_DIR,