Skip to content

Commit

Permalink
Update dependency org.jenkins-ci.main:jenkins-war to v2.475 (#828)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 4, 2024
1 parent af710fb commit ee35063
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 17],
[platform: 'linux', jdk: 21, jenkins: '2.474']
[platform: 'linux', jdk: 21, jenkins: '2.475']
])
2 changes: 1 addition & 1 deletion src/main/java/org/jvnet/hudson/test/JenkinsRecipe.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ abstract class Runner<T extends Annotation> {
public void setup(JenkinsRule jenkinsRule, T recipe) throws Exception {}

/**
* Called right before {@link jenkins.model.Jenkins#Jenkins(java.io.File, javax.servlet.ServletContext)} is invoked
* Called right before {@code jenkins.model.Jenkins#Jenkins(java.io.File, javax.servlet.ServletContext)} is invoked
* to decorate the hudson home directory.
*/
public void decorateHome(JenkinsRule jenkinsRule, File home) throws Exception {}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/jvnet/hudson/test/recipes/Recipe.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ abstract class Runner<T extends Annotation> {
public void setup(HudsonTestCase testCase, T recipe) throws Exception {}

/**
* Called right before {@link jenkins.model.Jenkins#Jenkins(File, javax.servlet.ServletContext)} is invoked
* Called right before {@code jenkins.model.Jenkins#Jenkins(File, javax.servlet.ServletContext)} is invoked
* to decorate the hudson home directory.
*/
public void decorateHome(HudsonTestCase testCase, File home) throws Exception {}
Expand Down

0 comments on commit ee35063

Please sign in to comment.