Explorar el Código

Added Jenkinsfile

master
devops0776 hace 10 meses
padre
commit
a6d37bfde3
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7
    0
      Jenkinsfile

+ 7
- 0
Jenkinsfile Ver fichero

@@ -22,5 +22,12 @@ terraform apply -auto-approve'''
}
}

stage('Destroy') {
steps {
sh '''export PATH=$PATH:/var/jenkins_home
terraform destroy -auto-approve'''
}
}

}
}

Cargando…
Cancelar
Guardar