jenkins-integrations / vsjenkinsmanager

A visual studio package to manage Jenkins
MIT License
24 stars 14 forks source link

Add support for folders plugin #34

Open cniweb opened 9 years ago

cniweb commented 9 years ago

Add support for folders plugin (https://wiki.jenkins-ci.org/display/JENKINS/CloudBees+Folders+Plugin), please.

tomkuijsten commented 9 years ago

Thanks for the suggestion. Could you be a bit more specific? Is the manager not working with a Jenkins installation with the folder plugin? Or did you expect a folder structure in the "views" dropdown?

cniweb commented 9 years ago

Yes, i did expect a folder structure in the "views" dropdown?

tomkuijsten commented 9 years ago

Do you have a server where I can test the Jenkins API with this folder plugin? And how do you think the dropdown should look like with folder support?

cniweb commented 9 years ago

No, i hve no public Jenkins Server. I think, as well as in Jenkins: http://jenkins-enterprise.cloudbees.com/docs/user-guide-docs/folder-sect-usage.html

cniweb commented 9 years ago

Are you coming along? Can I help you?

tomkuijsten commented 9 years ago

Kind of busy at the moment with other things. If you want you can send me a pull request, I'll gladly accept that. Otherwise, I don't think I will implement it soon. I think that most people can work without it, and I just don't have enough spare time at the moment to pick this up, sorry.

tomkuijsten commented 9 years ago

Released (1.0.0.4), please test your situation and close the issue when it's fixed.

cniweb commented 9 years ago

In Version 1.0.0.5 the issue is not fixed.

tomkuijsten commented 9 years ago

I posted the previous comment at the wrong issue, my apologies, this is still not fixed. Are you busy with a pull request or not?

cniweb commented 9 years ago

No, I'm waiting for the implementation, because I do not know at what point I can make the change.

tomkuijsten commented 9 years ago

Problem is that I can't figure out how to check if a job is a folder in the json result, any ideas?


From: Christian Häusslermailto:notifications@github.com Sent: ‎6/‎18/‎2015 11:03 PM To: tomkuijsten/vsjenkinsmanagermailto:vsjenkinsmanager@noreply.github.com Cc: Tom Kuijstenmailto:tomkuijsten@outlook.com Subject: Re: [vsjenkinsmanager] Add support for folders plugin (#34)

No, I'm waiting for the implementation, because I do not know at what point I can make the change.


Reply to this email directly or view it on GitHub: https://github.com/tomkuijsten/vsjenkinsmanager/issues/34#issuecomment-113289394

christ66 commented 9 years ago

@tomkuijsten it is not (easily) possible to obtain if it is a folder or freestyle project (might be able to do some tricks with depth=1 or a depth of more than one). I created https://github.com/stapler/stapler/pull/51 which will add a class element which will help.

cniweb commented 9 years ago

Thanks @christ66 :+1:

tomkuijsten commented 9 years ago

That would help a lot! There is always the possibility to just "scan" every api on every job url and test if there are subprojects, but that's a very inefficient way.

cniweb commented 9 years ago

But is a possibility way. @christ66 Have you another idea?

cniweb commented 8 years ago

@tomkuijsten @christ66 Possibly could help this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=421352

cniweb commented 8 years ago

@tomkuijsten @christ66 How does it go on here?

tomkuijsten commented 8 years ago

There is not much going on. I'm not using Jenkins anymore and I don't have enough time to implement this. I'll ad a help-wanted tag, but I don't expect much response. I'm gonna update the readme that I'll stop supporting this and anyone interested can claim this repo.

cniweb commented 8 years ago

@zachjacobs @dinowang @MartinWeijsenfeld you are interested?