Skip to content

Commit

Permalink
fix syntax2
Browse files Browse the repository at this point in the history
  • Loading branch information
darey-io committed Apr 30, 2020
1 parent 234201b commit 36f7292
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,5 @@ pipeline {
}
}
}

stage('Post Deployment') {
steps{
post {
always {
echo 'This will always run'
}
success {
echo 'This will run only if successful'
}
failure {
echo 'This will run only if failed'
}
unstable {
message 'This will run only if the run was marked as unstable'
}
changed {
echo 'This will run only if the state of the Pipeline has changed'
echo 'For example, if the Pipeline was previously failing but is now successful'
}
}
}
}
}
}

0 comments on commit 36f7292

Please sign in to comment.