-
Notifications
You must be signed in to change notification settings - Fork 354
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-73038] Adapt plugin to allow user with Overall/Manage to configure global settings #846
Changes from all commits
a8ad578
933f636
475d1e0
2b60b70
076ab99
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<parent> | ||
<groupId>org.jenkins-ci.plugins</groupId> | ||
<artifactId>plugin</artifactId> | ||
<version>4.80</version> | ||
<version>4.81</version> | ||
<relativePath /> | ||
</parent> | ||
|
||
|
@@ -30,6 +30,7 @@ | |
<gitHubRepo>jenkinsci/bitbucket-branch-source-plugin</gitHubRepo> | ||
<jenkins.version>2.401.3</jenkins.version> | ||
<hpi.compatibleSinceVersion>2.0</hpi.compatibleSinceVersion> | ||
<useBeta>true</useBeta> <!-- Jenkins.MANAGE --> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it supposed to stay or was it to test ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is required until an agreement can be had that its safe to take the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK, I read badly this conf, I thought it was forcing the plugin in beta mode -_- There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. no worries, i've also started JENKINS-73089 to address moving the |
||
</properties> | ||
|
||
<developers> | ||
|
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.
Isn't it risking conflict with the automatic dependency PR #844 ?
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.
if so i will resolve it