File tree Expand file tree Collapse file tree
java/org/jenkinsci/plugins/pluginusage Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 <revision >4.11</revision >
1111 <changelist >-SNAPSHOT</changelist >
1212 <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
13- <jenkins .baseline>2.479 </jenkins .baseline>
13+ <jenkins .baseline>2.504 </jenkins .baseline>
1414 <jenkins .version>${jenkins.baseline} .3</jenkins .version>
1515 <gitHubRepo >jenkinsci/${project.artifactId}</gitHubRepo >
1616 <ban-junit4-imports .skip>false</ban-junit4-imports .skip>
Original file line number Diff line number Diff line change 3737@ Timeout (value = 5 , unit = TimeUnit .MINUTES )
3838class PluginUsageIT {
3939
40- private static final String IMAGE = "jenkins/jenkins:2.479 .3" ;
40+ private static final String IMAGE = "jenkins/jenkins:2.504 .3" ;
4141
4242 @ Container
4343 private final GenericContainer <?> jenkins = new GenericContainer <>(DockerImageName .parse (IMAGE ))
4444 .withLogConsumer (frame -> System .out .println (frame .getUtf8StringWithoutLineEnding ()))
4545 .withExposedPorts (8080 )
4646 .waitingFor (Wait .forHttp ("/" ))
47- .withCopyFileToContainer (MountableFile .forClasspathResource ("update-center.2.479 .3.json" ), "/tmp/update-center.json" )
47+ .withCopyFileToContainer (MountableFile .forClasspathResource ("update-center.2.504 .3.json" ), "/tmp/update-center.json" )
4848 .withEnv ("JAVA_OPTS" ,
4949 "-Djenkins.install.runSetupWizard=false " +
5050 "-Dhudson.security.csrf.GlobalCrumbIssuerConfiguration.DISABLE_CSRF_PROTECTION=true " +
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments