Skip to content

Commit

Permalink
Merge pull request #533 from jenkinsci/dependabot/maven/bom-latest/or…
Browse files Browse the repository at this point in the history
…g.jenkins-ci.plugins-credentials-binding-1.25

Bump credentials-binding from 1.24 to 1.25 in /bom-latest
  • Loading branch information
jglick authored Jun 5, 2021
2 parents 9e24def + f22956f commit aeb1d9d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions bom-2.222.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
<artifactId>mailer</artifactId>
<version>1.32.1</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>credentials-binding</artifactId>
<version>1.24</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
2 changes: 1 addition & 1 deletion bom-latest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>credentials-binding</artifactId>
<version>1.24</version>
<version>1.25</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down
3 changes: 3 additions & 0 deletions pct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,7 @@ rm -fv pct-work/workflow-basic-steps/target/surefire-reports/TEST-org.jenkinsci.
# TODO https://github.com/jenkinsci/pipeline-model-definition-plugin/pull/417
rm -fv pct-work/pipeline-model-definition/pipeline-model-definition/target/surefire-reports/TEST-org.jenkinsci.plugins.pipeline.modeldefinition.parser.ASTParserUtilsTest.xml

# TODO https://github.com/jenkinsci/pipeline-model-definition-plugin/pull/421
rm -fv pct-work/pipeline-model-definition/pipeline-model-definition/target/surefire-reports/TEST-org.jenkinsci.plugins.pipeline.modeldefinition.steps.CredentialWrapperStepTest.xml

# produces: **/target/surefire-reports/TEST-*.xml

0 comments on commit aeb1d9d

Please sign in to comment.