Tomishinets Vladimir hace 5 años
padre
commit
8493e528be
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,