Hi Alana,
What about the requested functionality?
Is it possible to add this now?
Cheers,
Michal
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!
Hi Alana,
What about the requested functionality?
Is it possible to add this now?
Cheers,
Michal
Hi Alex,
Thank you for quick response.
Please add "maven2" to validator.
Now, there is prompt:
pgutil feeds create --name=PGMaven3Feed --type=maven2
--type=maven2 is invalid
. Valid values are: NuGet, Chocolatey, npm, Bower, Maven, Universal, PowerShell, Docker, RubyGems, VSIX, Debian, PyPI, Helm, RPM, Conda, APK, CRAN, Asset
Creating maven2 feed: PGMaven3Feed...
Feed created.
But proper feed is created :)
Can you add "Other Settings" section editor?
Regards,
Michal
Hi,
Would be convenient if pgutil would have ability to create Assets Directories.
Regards,
Michal
Hi,
Would be convenient if pgutil would have ability to modify "Security" section.
Regards,
Michal
Hi,
Would be convenient if pgutil would have ability to modify Feed "Other Settings" section.
Regards,
Michal
Hi,
I noticed that PGUtil creates only Maven (Classic) Feeds.
When will it be possible to create Maven (NEW) Feeds?
Regards,
Michal
Hi,
Do you plan further development of Jenkins plugin?
Lase release was very long time ago?
Michal
Hi Alana,
Can I modify/set "Other Settings" section elements using pgutil?
In properties section I see only:
alternateNames=*not set*
feedType=maven2
active=true
dropPath=*not set*
endpointUrl=http://******/maven2/MyNewMavenFeed/
connectors=*not set*
canPublish=true
vulnerabilitiesEnabled=true
Cheers,
Michal
Why you don't recommend using API?
I've seen a lot of forum threads on this topic and people seem to be using it.
Regards,
Michal
"Fresh" installation on Windows server.
ProGet v.2024.32
I'm trying to make simple API request.
curl -v --header "X-ApiKey: ******* " http://******:8624/api/json/Security_GetPrivileges
Response:
GET /api/json/Security_GetPrivileges HTTP/1.1
Host: *****:8624
User-Agent: curl/7.84.0
Accept: /
X-ApiKey: *******
If I run ProGet on Linux (docker), the response on the same request is:
Connected to ********* port 8080 (#0)
GET /api/json/Security_GetPrivileges HTTP/1.1
Host: ******:8080
User-Agent: curl/7.84.0
Accept: /
X-ApiKey: ********
Where is the problem?