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

Fix incrementals in PCT #171

Merged
merged 3 commits into from
Sep 21, 2021
Merged

Fix incrementals in PCT #171

merged 3 commits into from
Sep 21, 2021

Conversation

timja
Copy link
Member

@timja timja commented Sep 21, 2021

pom.xml Outdated
@@ -67,6 +67,7 @@
<properties>
<revision>2.40</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/workflow-durable-task-step-plugin</gitHubRepo>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or conventionally

Suggested change
<gitHubRepo>jenkinsci/workflow-durable-task-step-plugin</gitHubRepo>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true, although I just re-did the incremental tools command, so it should probably do that itself

@jglick jglick requested a review from car-roll September 21, 2021 12:51
Co-authored-by: Jesse Glick <[email protected]>
pom.xml Outdated
@@ -67,6 +67,7 @@
<properties>
<revision>2.40</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This already exists 5 lines down on line 74, added by me in commit 0f45901.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So #165 introduced the property but did not use it; and this should just switch the scm section. Thanks for catching.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, I missed that, scm.connection was right at the top and when I saw it was wrong I just re-ran incremental tools over it to re-generate the config.

@car-roll car-roll merged commit e0c241c into jenkinsci:master Sep 21, 2021
@timja timja deleted the fix-incrementals branch September 21, 2021 15:56
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.

4 participants