Skip to content

Commit

Permalink
Merge pull request #14 from batmat/moar-complete-Jenkinsfile
Browse files Browse the repository at this point in the history
Test the plugin with more combinations
  • Loading branch information
batmat committed Jan 25, 2022
2 parents 3400230 + 990d72d commit 933a145
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 7 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
buildPlugin()
buildPlugin(configurations: [
[platform: 'linux', jdk: '8'],
[platform: 'linux', jdk: '11'],

// More recent with Guava & Guice bumps, only Linux
[ platform: "linux", jdk: "8", jenkins: '2.324', javaLevel: "8" ],
])
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ public void doDeployText(StaplerRequest req, StaplerResponse rsp) throws IOExcep
* It will use a gzip-compressed log file (log.gz) if that exists.
*
* @return an input stream from the log file, or null if none exists
* @throws IOException
*/
public InputStream getLogInputStream() throws IOException {
File logFile = getLogFile();
Expand All @@ -402,7 +401,7 @@ public Reader getLogReader() throws IOException {
}

/**
* Used from <tt>console.jelly</tt> to write annotated log to the given output.
* Used from <code>console.jelly</code> to write annotated log to the given output.
*
*/
public void writeLogTo(long offset, XMLOutput out) throws IOException {
Expand Down

0 comments on commit 933a145

Please sign in to comment.