Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-48943] - Fix typo in the Jenkinsfile
  • Loading branch information
oleg-nenashev committed Jan 15, 2018
1 parent 9bb1762 commit 2f1ed6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -1,6 +1,6 @@
buildPlugin(
platforms: ['linux'],
jenkinsVersions: [null, '2.102']
jenkinsVersions: [null, '2.102'],
jdkVersions: [8],
findbugs: [run: true, archive: true],
checkstyle: [archive: true, unstableTotalAll: 0]
Expand Down

0 comments on commit 2f1ed6b

Please sign in to comment.