Skip to content

Instantly share code, notes, and snippets.

View Rodrigo0461's full-sized avatar
:octocat:
Focusing

Rodrigo Pichiñual Rodrigo0461

:octocat:
Focusing
  • Santiago
View GitHub Profile
@Rodrigo0461
Rodrigo0461 / pipeline_steps_post_failure
Last active June 17, 2019 18:34
Pipeline Jenkinsfile steps post on stage
pipeline {
agent any
stages {
stage('Test') {
steps {
sh label: '', script: 'hola mundo '
}
post{
failure {
echo "ejecutando ...."