-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JENKINS-58684] use sse gateway 1.20 #2021
Conversation
Signed-off-by: olivier lamy <[email protected]>
<url>http://repo.jenkins-ci.org/public/</url> | ||
<url>https://repo.jenkins-ci.org/public/</url> | ||
<snapshots> | ||
<enabled>true</enabled> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm afraid I don't know maven too well, will enabling snapshots cause any errors? I assume you need to explicitly set the version to a snapshot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes correct. I was using that because I tested with a SNAPSHOT version of sse.
If you use only fixed version this doesn't change anything
[2019-08-29T01:49:33.903Z] [WARNING] Rule 5: org.apache.maven.plugins.enforcer.RequireUpperBoundDeps failed with message: [2019-08-29T01:49:33.903Z] Failed while enforcing RequireUpperBoundDeps. The error(s) are [ [2019-08-29T01:49:33.903Z] Require upper bound dependencies error for commons-io:commons-io:2.4 paths to dependency are: [2019-08-29T01:49:33.903Z] +-io.jenkins.blueocean:blueocean-events:1.18.0-rc4045.ccfa32645162 [2019-08-29T01:49:33.903Z] +-org.jenkins-ci.plugins:sse-gateway:1.20 [2019-08-29T01:49:33.903Z] +-commons-io:commons-io:2.4 [2019-08-29T01:49:33.903Z] and [2019-08-29T01:49:33.903Z] +-io.jenkins.blueocean:blueocean-events:1.18.0-rc4045.ccfa32645162 [2019-08-29T01:49:33.903Z] +-org.jenkins-ci.main:jenkins-core:2.164.1 [2019-08-29T01:49:33.903Z] +-commons-io:commons-io:2.6 [2019-08-29T01:49:33.903Z] and [2019-08-29T01:49:33.903Z] +-io.jenkins.blueocean:blueocean-events:1.18.0-rc4045.ccfa32645162 [2019-08-29T01:49:33.903Z] +-org.jenkins-ci.main:jenkins-core:2.164.1 [2019-08-29T01:49:33.903Z] +-org.jenkins-ci.main:cli:2.164.1 [2019-08-29T01:49:33.903Z] +-commons-io:commons-io:2.6 [2019-08-29T01:49:33.903Z] and [2019-08-29T01:49:33.903Z] +-io.jenkins.blueocean:blueocean-events:1.18.0-rc4045.ccfa32645162 [2019-08-29T01:49:33.903Z] +-org.jenkins-ci.main:jenkins-core:2.164.1 [2019-08-29T01:49:33.903Z] +-org.jenkins-ci:crypto-util:1.1 [2019-08-29T01:49:33.903Z] +-commons-io:commons-io:1.4 [2019-08-29T01:49:33.903Z] and [2019-08-29T01:49:33.903Z] +-io.jenkins.blueocean:blueocean-events:1.18.0-rc4045.ccfa32645162 [2019-08-29T01:49:33.903Z] +-org.jenkins-ci.main:jenkins-core:2.164.1 [2019-08-29T01:49:33.903Z] +-org.jenkins-ci:bytecode-compatibility-transformer:2.0-beta-2 [2019-08-29T01:49:33.903Z] +-commons-io:commons-io:2.4 [2019-08-29T01:49:33.903Z] and [2019-08-29T01:49:33.903Z] +-io.jenkins.blueocean:blueocean-events:1.18.0-rc4045.ccfa32645162 [2019-08-29T01:49:33.903Z] +-org.jenkins-ci.main:jenkins-core:2.164.1 [2019-08-29T01:49:33.903Z] +-commons-fileupload:commons-fileupload:1.3.1-jenkins-2 [2019-08-29T01:49:33.903Z] +-commons-io:commons-io:2.2 [2019-08-29T01:49:33.903Z] and [2019-08-29T01:49:33.903Z] +-io.jenkins.blueocean:blueocean-events:1.18.0-rc4045.ccfa32645162 [2019-08-29T01:49:33.903Z] +-org.jenkins-ci.main:jenkins-core:2.164.1 [2019-08-29T01:49:33.903Z] +-org.kohsuke.stapler:stapler-jrebel:1.256 [2019-08-29T01:49:33.903Z] +-org.kohsuke.stapler:stapler:1.256 [2019-08-29T01:49:33.903Z] +-commons-io:commons-io:2.4 [2019-08-29T01:49:33.903Z] ] |
@halkeye ?? where do you get that? looks green here https://ci.blueocean.io/blue/organizations/jenkins/blueocean/detail/JENKINS-58684-sse-gateway-1.20/2/ |
LOL and in both case it's |
I was able to reproduce it with the same command
|
well ok I can fix that. |
Yea you'll have to ask upstream why that happened. Maybe the new parent pom or something. It used to report an error. I'm thinking it might actually be a ci issue, I think they changed the enforcer settings to ignore test deps? |
Signed-off-by: olivier lamy <[email protected]>
@halkeye maybe we can merge it now? |
Yea, the failed test is flakey, has been for a few months, maybe #2017 will fix it But yea, I approved it, go ahead and merge |
Signed-off-by: olivier lamy [email protected]
Description
See JENKINS-58684.
Submitter checklist
Reviewer checklist