Skip to content
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

Allow Dependabot to update Jenkins core #498

Merged
merged 1 commit into from
Mar 23, 2023

Conversation

basil
Copy link
Member

@basil basil commented Mar 23, 2023

Dependabot was not updating jenkins.version as intended because it couldn't copy with the executable-war type. Here we use a regular jar dependency for Dependabot (excluding transitive dependencies so as not to pollute the test classpath) and copy the WAR file using a copy task rather than a copy-dependencies task.

@basil basil added the bug label Mar 23, 2023
@basil basil requested a review from a team as a code owner March 23, 2023 00:41
@basil basil merged commit 6dc5666 into jenkinsci:master Mar 23, 2023
@basil basil deleted the jenkins-updates branch March 23, 2023 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant