-
Notifications
You must be signed in to change notification settings - Fork 24
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
Proposal fix for Improvement JENKINS-3034 - pegging of externals when tagging #2
base: master
Are you sure you want to change the base?
Conversation
Jenkins » svn-tag-plugin #2 SUCCESS |
… slaves works. WIP. Builds but has never been run yet.
Jenkins » svn-tag-plugin #3 SUCCESS |
…ts; peg externals help now sgows up properly
Jenkins » svn-tag-plugin #4 SUCCESS |
Jenkins » svn-tag-plugin #5 SUCCESS |
Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests |
Thank you for your efforts. We use this version of the svn-tag-plugin successfully on our master instance. But it doesn't work on the slave because of a NotSerializableException: ERROR: Publisher org.jenkins_ci.plugins.flexible_publish.FlexiblePublisher aborted due to exception Is there any way to fix this? |
I ran into the same problem at first but it has been fixed. There is more than one commit in the GIT branch. Ensure you have the latest. It is working as expected for me on master/slave deployments |
We are using "Subversion Tagging Plugin 1.17-SNAPSHOT (private-06/12/2013 01:15-jenkins)" - IMO build #5. Is there any configuration or dependency we have to consider? Our Subversion Plug-in: Jenkins ver. 1.519 |
Sorry, my bad: there were leftover differences in my working folder that I hadn't committed & pushed. Hopefully the latest build will be functional. |
Jenkins » svn-tag-plugin #7 SUCCESS |
After I installed the plugin Jenkins could not read the configuration of all jobs that use the plugin. (I'm sorry, but I have no specific error message. And due to the fact that we only have a production system, I would not update the plugin again.) Do I have to change the configuration manual? |
Humm... I did change the jelly file, so such a behaviour is possible. I'd have to do more testing to be sure... |
I reproduced you problem: it is just that the latest build of the svn-tagging plugin is now dependant on the scm-api plugin (You can get it from http://updates.jenkins-ci.org/download/plugins/scm-api/). Since svn-tagging fails to load, the entries in the configuration pages don't show up. Once you install scm-api, everything should be back to normal... |
Jenkins » svn-tag-plugin #8 SUCCESS |
plugins » svn-tag-plugin #1 SUCCESS |
The change seems to be reasonable after 3 years, but a massive re-merge is required |
Hi,
Here is a proposal fix for issue JENKINS-3034, which adds the option of pegging externals when tagging. The source of the svn copy (when the option is turned on) is the local working copy.