Stuart Rowe

Results 13 issues of Stuart Rowe

Summary ============================== Add special case for `retry` step. Fixes #76 Additional Details ============================== N/A Checklist ============================== Testing ------------------------- (Remove this checklist and replace it with "N/A - no code changes"...

Desired Behavior ============================== Retry blocks should repeatedly call their body up to `count` times. Benefits ============================== Allows for testing behavior around retries. For example: our shared library will mark a...

* JENKINS issue(s): * https://issues.jenkins.io/browse/JENKINS-70844 * Description: * https://github.com/jenkinsci/pipeline-build-step-plugin/pull/107 added a `WarningAction` to `build` nodes to allow pipeline visualizers (blueocean, pipeline graph view, etc.) to show the result of downstream...

bug

# Description See [JENKINS-72814](https://issues.jenkins.io/browse/JENKINS-72814). See also https://github.com/jenkinsci/pipeline-graph-view-plugin/issues/350 and https://github.com/jenkinsci/pipeline-graph-view-plugin/pull/351 # Submitter checklist - [X] Link to JIRA ticket in description, if appropriate. - [X] Change is code complete and matches...

…extend it # Description See [JENKINS-XXXXX](https://issues.jenkins-ci.org/browse/JENKINS-XXXXX). # Submitter checklist - [ ] Link to JIRA ticket in description, if appropriate. - [ ] Change is code complete and matches issue...

Added a new overload for [Validate#checkCatch](https://github.com/jenkinsci/p4-plugin/blob/2922a8d230537f535b5d1fbf3c7334f18438fa7f/src/main/java/org/jenkinsci/plugins/p4/client/Validate.java#L43) that exposes the `quiet` flag to the user. Implementation for [JENKINS-72884](https://issues.jenkins.io/browse/JENKINS-72884) ### Testing done N/A ```[tasklist] ### Submitter checklist - [x] Make sure you...

Fix for https://issues.jenkins.io/browse/JENKINS-64800. My team recently ran into this issue because of problems with authentication against our company's LDAP servers. In our case a run would fail at the p4...

# Description See [JENKINS-71912](https://issues.jenkins.io/browse/JENKINS-71912) / [SECURITY-2774](https://www.jenkins.io/security/advisory/2023-01-24/#SECURITY-2774) Implemented migration of plain-text private key to Secret using [`XStream2.PassthruConverter`](https://www.jenkins.io/doc/developer/persistence/backward-compatibility/). # Submitter checklist - [x] Link to JIRA ticket in description, if appropriate. -...

# Description See [JENKINS-71912](https://issues.jenkins.io/browse/JENKINS-71912) / [SECURITY-2786](https://www.jenkins.io/security/advisory/2023-01-24/#SECURITY-2786). Added permission checks to methods implementing form validation and additionally annotated the methods to require `POST` requests. # Submitter checklist - [x] Link to...