Re: Folder Credential by credentialId not found using credentials API

2022-10-30 Thread 'Gavin Mogan' via Jenkins Developers
Its been a long time since i touched this api, but wouldn't you want return findCredentials(credentialsId, Jenkins.get()); not null? On Sun, Oct 30, 2022 at 1:34 PM Arnold van Wijnbergen wrote: > Hi Jenkins Developers, > > We are currently busy with adding a new feature to OSS code signing >

Folder Credential by credentialId not found using credentials API

2022-10-30 Thread Arnold van Wijnbergen
Hi Jenkins Developers, We are currently busy with adding a new feature to OSS code signing plugin. In the current situation we store credentials (username/password) as global in Jenkins as credentials provider. For this we use the credentials plugin. This works well, but we want to improve