Skip to content

Commit

Permalink
Test baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Aug 12, 2024
1 parent 03092df commit 930a9e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if (needSplittingFromWorkspace) {
}

def axes = [
jenkinsVersions: ['lts', 'latest'],
jenkinsVersions: ['latest'],
platforms: ['linux'],
jdks: [17, 21],
browsers: ['firefox'],
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<spotbugs.skip>true</spotbugs.skip>
<jenkins.version>2.471</jenkins.version>
<!-- TODO JENKINS-73130 https://github.com/jenkinsci/jenkins/pull/9590 -->
<jenkins.version>2.472-rc35223.6f55dd5639f0</jenkins.version>
<selenium.version>4.23.1</selenium.version>
<guava.version>33.2.1-jre</guava.version> <!-- aligned with selenium -->
<maven.version>3.8.1</maven.version>
Expand Down

0 comments on commit 930a9e7

Please sign in to comment.