Explorar el Código

apply stage

master
devopsde80 hace 8 meses
padre
commit
9fe4f62213
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8
    0
      Jenkinsfile

+ 8
- 0
Jenkinsfile Ver fichero

@@ -17,5 +17,13 @@ terraform plan'''
}
}

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

terraform apply -auto-approve'''
}
}

}
}

Cargando…
Cancelar
Guardar