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

[JENKINS-70693] Call FilePathDynamicContext.createContextualObject(FilePath, FlowNode) #77

Merged
merged 3 commits into from
Mar 5, 2023

Conversation

timja
Copy link
Member

@timja timja commented Mar 4, 2023

Related to issue [JENKINS-70693]

Verified in the acceptance test harness that this fixes the test failing there.
https://github.com/jenkinsci/acceptance-test-harness/blob/master/src/test/java/plugins/ExternalWorkspaceManagerPluginTest.java

Alternative to #76

@timja timja requested a review from alexsomai March 4, 2023 09:06
@timja timja changed the title Refresh plugin + adapt to new worflow-durable-task-step [JENKINS-70693] Call FilePathDynamicContext.createContextualObject(FilePath, FlowNode) Mar 4, 2023
Jenkinsfile Outdated Show resolved Hide resolved
Copy link
Member

@jglick jglick left a comment

Choose a reason for hiding this comment

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

Thanks!

@alexsomai
Copy link
Member

Thank you, @timja, for handling this! I've tested it locally, and it works. Previously I was able to reproduce the issue.

May I merge it?

Also, now that incrementals are enabled for the plugin, do I have to do anything special to release it after the merge? A while ago, I used to run mvn release:prepare release:perform locally.

@timja
Copy link
Member Author

timja commented Mar 5, 2023

Also, now that incrementals are enabled for the plugin, do I have to do anything special to release it after the merge? A while ago, I used to run mvn release:prepare release:perform locally.

Incrementals changes nothing for release, if you want it to be automated you would have to follow: https://www.jenkins.io/doc/developer/publishing/releasing-cd/

May I merge it?

Yes go for it

@alexsomai alexsomai merged commit d475630 into master Mar 5, 2023
@timja timja deleted the refresh-plugin branch March 5, 2023 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants