postbuildscript-plugin icon indicating copy to clipboard operation
postbuildscript-plugin copied to clipboard

The PostBuildScript Jenkins plugin lets you execute a set of scripts at the end of the build depending on the build status.

Results 5 postbuildscript-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 4.81 to 4.82. Release notes Sourced from org.jenkins-ci.plugins:plugin's releases. 4.82 🚀 New features and improvements Suppress Javadoc timestamp (#922) @​basil 📦 Dependency updates Bump org.jenkins-ci.tools:maven-hpi-plugin from 3.54...

dependencies
java

When using the Parameterized plugin, the triggered job can be canceled. That causes an `AbortException` to be thrown. Since it is not handled, PostBuildScript let it through and the build...

## Use `jenkins.baseline` in `pom.xml` This change is proposed by the plugin archetype and makes maintenance of `jenkins.version` and `bom` a little easier. ### Testing done None. Rely on `ci.jenkins.io`...

Before submitting a pull request, please make sure the following is done: 1. Fork [the repository](https://github.com/jenkinsci/postbuildscript-plugin) and create your branch from `master`. 2. If you've fixed a bug or added...

### Ban JUnit 4 imports To prevent regressions when adding new tests, https://github.com/jenkinsci/plugin-pom/pull/1178 introduced a new flag that enables a Maven Enforcer rule banning `org.junit.*` imports while allowing `org.junit.jupiter.*`. With...