Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
ProGet: no groupname option
-
Hi, i like having the option of organizing packages in a feed with GroupNames (I'd still like the UI to organize them better, see this post)
But what if i don't want a groupname? i just want
feedname/packages
?At least when using the jenkins plugin, this doesn't seem to be an option. I either have to give "null" as a group, which isn't the answer, or if it's just not present, like
feedname/packagename
, the plugin upload succeeds but the packages is nowhere to be found. The resultant upload URL gives a 404.
-
Hi @mcascone
Group names are optional with universal packages.
For example, we don't use them in this feed:
https://proget.inedo.com/feeds/BuildMasterTemplatesUnfortunately I'm not totally sure where the issue is, or how to troubleshoot the Jenkins plugin; it was created by the community, but I think it's possible to submit a pull request if there's an issue?
Perhaps thsi should check for a groupName, and not append property if null?
Are there any errors on the ProGet side?
Thanks,
Alana
-
Hi, thanks - yep, it appears that plugin is assuming that field is not null. Good find!
There aren't any errors from proget either in the output of the plugin upload in the jenkins console, or in the proget error logs, as far as i can tell.
Plugin issue: https://issues.jenkins.io/browse/JENKINS-67923
Thanks again for all your great help!