Skip to content

Commit

Permalink
post-build tools update
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam authored and lukasj committed Aug 11, 2021
1 parent a75455a commit ec8dc9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/jenkins/continuous.groovy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2019 Oracle and/or its affiliates. All rights reserved.
// Copyright (c) 2019, 2021 Oracle and/or its affiliates. All rights reserved.
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Distribution License v. 1.0, which is available at
Expand Down Expand Up @@ -65,7 +65,7 @@ pipeline {
sh 'etc/jenkins/continuous.sh'
}
junit '**/target/surefire-reports/*.xml'
recordIssues(tools: [spotBugs(useRankAsPriority: true)])
recordIssues(tools: [java(), javaDoc(), spotBugs(useRankAsPriority: true)])
}
}

Expand Down

0 comments on commit ec8dc9d

Please sign in to comment.