PayBas

Results 34 comments of PayBas
trafficstars

https://help.sonatype.com/en/sonatype-nexus-repository-3-74-0-release-notes.html contains: > NEXUS-44175 - Requests for version-specific npm package metadata returns the correct download URL. Haven't had time to test it yet, but with any luck this might finally...

https://help.sonatype.com/en/sonatype-nexus-repository-3-77-0-release-notes.html contains: > NEXUS-45088 - Requests for version-specific npm package metadata returns the correct download URL. Initial tests seem to confirm the issue has been fixed.

I've been using this for years. ```groovy pipeline { agent none parameters { string(name: 'device', trim: true) } options { lock(resource: params.device) } stages { stage('Use it') { agent any...

I'd prefer to continue to use custom caches based on the new API's, rather than being beholden to Nx and their activation keys which would very likely require an active...