jenkinsci / azure-slave-plugin

18 stars 41 forks source link

ARM version should use the credentials plugin #56

Closed rtyler closed 7 years ago

rtyler commented 8 years ago

I noticed this code when I experienced issues with Jenkins inside of a Docker container.

It appears that the legacy version of the plugin is improperly storing credentials in a computed path. Instead the plugin should use more recent credentials storage best practices via the 'credentials' APIs.

arroyc commented 8 years ago

thanks @rtyler , will look into it

clguiman commented 7 years ago

This was fixed in ARM-dev