-
Notifications
You must be signed in to change notification settings - Fork 112
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
Refresh POM and dependencies #169
Conversation
@@ -1 +1 @@ | |||
buildPlugin(configurations: buildPlugin.recommendedConfigurations()) | |||
buildPlugin(useAci: true) |
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.
Why are you removing the buildPlugin.recommendedConfigurations()
? I thought that was the correct way to execute the buildPlugin
function
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.
jenkins-infra/pipeline-library#145 and in particular it is impossible for someone without write access to the repo to accurately test changes to jenkins.version
so long as the Jenkinsfile
refers to other Jenkins versions.
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.
Thanks for the explanation!
@@ -1 +1 @@ | |||
buildPlugin(configurations: buildPlugin.recommendedConfigurations()) | |||
buildPlugin(useAci: true) |
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.
Thanks for the explanation!
@@ -21,10 +21,10 @@ | |||
<properties> | |||
<revision>6.15</revision> | |||
<changelist>-SNAPSHOT</changelist> | |||
<jenkins.version>2.176.1</jenkins.version> | |||
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> | |||
<jenkins.version>2.204.6</jenkins.version> |
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.
See #165 (comment). Supersedes #166, #167, and #168.