Explorar el Código

Added Jenkinsfile

master
devopsef53 hace 4 meses
padre
commit
1d5fe7ed15
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7
    0
      Jenkinsfile

+ 7
- 0
Jenkinsfile Ver fichero

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

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

}
}

Cargando…
Cancelar
Guardar