Tomishinets Vladimir 5 vuotta sitten
vanhempi
commit
8493e528be
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,