Explorar el Código

Added Jenkinsfile

master
devopscd7c hace 8 meses
padre
commit
eefd8e4a82
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 -auto-approve'''
}
}

}
}

Cargando…
Cancelar
Guardar