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 c73452d commit 7709ff9
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 @@ -66,7 +66,7 @@ pipeline {
etc/jenkins/continuous.sh
'''
}
recordIssues(tools: [spotBugs(useRankAsPriority: true)])
recordIssues(tools: [java(), javaDoc(), spotBugs(useRankAsPriority: true)])
}
}

Expand Down

0 comments on commit 7709ff9

Please sign in to comment.