Explorar el Código

Added Jenkinsfile

master
devops8f4d hace 8 meses
padre
commit
4405c29ab5
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8
    0
      Jenkinsfile

+ 8
- 0
Jenkinsfile Ver fichero

@@ -26,5 +26,13 @@ terraform apply -auto-approve'''
}
}

stage('destroy') {
steps {
sh '''export PATH=$PATH:/var/jenkins_home

terraform destroy -auto-approve'''
}
}

}
}

Cargando…
Cancelar
Guardar