Skip to content

Commit

Permalink
Verify the version past the Guava & Guice bumps (#140)
Browse files Browse the repository at this point in the history
* No-op change to check CI result

I suspect some unrelated problem to another change I'm trying to submit.

* Verify the version past the Guava & Guice bumps

jenkinsci/jenkins#5707
jenkinsci/jenkins#5858

* Add missing comma

* Remove JDK8 builds

Co-authored-by: Ivan Fernandez Calvo <kuisathaverat@users.noreply.github.com>

Co-authored-by: Ivan Fernandez Calvo <kuisathaverat@users.noreply.github.com>
  • Loading branch information
batmat and kuisathaverat authored Jan 31, 2022
1 parent 48a134d commit 42be439
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 10 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#!/usr/bin/env groovy

buildPlugin(useContainerAgent: true, configurations: [
[ platform: "windows", jdk: "11" ],
[ platform: "linux", jdk: "11" ]
])
buildPlugin(useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: '11'],
[platform: 'windows', jdk: '11'],

// testing the Guava & Guice bumps
// https://github.com/jenkinsci/jenkins/pull/5707
// https://github.com/jenkinsci/jenkins/pull/5858
[ platform: "linux", jdk: "11", jenkins: '2.321', javaLevel: "8" ]
])
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,3 @@ Report new issue on https://issues.jenkins-ci.org on component **saml-plugin**.
[How to report an issue](https://wiki.jenkins.io/display/JENKINS/How+to+report+an+issue)

**The Jenkins JIRA is not a support site. If you need assistance or have general questions, visit us [in chat](http://jenkins-ci.org/content/chat), or email one of the [mailing lists](http://jenkins-ci.org/content/mailing-lists).**


0 comments on commit 42be439

Please sign in to comment.