Skip to content

Commit

Permalink
Merge branch 'master' into JENKINS-74053
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Nov 8, 2024
2 parents 8ae55a0 + f0fc6e6 commit 8c16f61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
<properties>
<revision>2.0.3</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.414.3</jenkins.version>
<jenkins.version>2.452.3</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
<code.coverage.percentage>50</code.coverage.percentage>
<selenium.version>4.25.0</selenium.version>
<selenium.version>4.26.0</selenium.version>
<!-- TODO fix existing violations -->
<spotbugs.threshold>High</spotbugs.threshold>
</properties>
Expand All @@ -52,8 +52,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.414.x</artifactId>
<version>2982.vdce2153031a_0</version>
<artifactId>bom-2.452.x</artifactId>
<version>3010.vec758b_8e7da_3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<link href="${rootURL}/plugin/build-pipeline-plugin/css/main_dashboard.css" type="text/css" rel="stylesheet" />
<script type="text/javascript">
// show/hide build details
$(function() {
$(".header").click(function() {
var parent = $(this).parent();
jQuery(document).ready(function() {
jQuery(".header").click(function() {
var parent = jQuery(this).parent();
var ba = parent.find(".build-actions");
var bb = parent.find(".build-body");

Expand Down

0 comments on commit 8c16f61

Please sign in to comment.