Skip to content

Commit

Permalink
[JENKINS-49586] - Add Jenkinsfile and resolve upper bounds for 2.104
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Feb 16, 2018
1 parent 54a2c37 commit a8c8e30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
@@ -0,0 +1,2 @@
// Build the plugin using https://github.com/jenkins-infra/pipeline-library
buildPlugin(jenkinsVersions: [null, '2.104'])
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -86,6 +86,11 @@
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</exclusion>
<exclusion>
<!-- Newer Jenkins cores use a patched version -->
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency> <!-- Upper bounds conflict between Docix Core and JTH -->
Expand Down

0 comments on commit a8c8e30

Please sign in to comment.