opendevstack / ods-jenkins-shared-library

Shared Jenkins library which all ODS projects & components use - provisioning, SonarQube code scanning, Nexus publishing, OpenShift template based deployments and repository orchestration
Apache License 2.0
69 stars 57 forks source link

Substitute env username and password variables for nexus by using instead Jenkins variable "cd-user-with-password" #1118

Closed jeronimolina closed 1 month ago

jeronimolina commented 1 month ago
jafarre-bi commented 1 month ago

@jeronimolina we can have a call to comment on this.

jeronimolina commented 1 month ago

Hello @jafarre-bi I added encryption on the NexusService class, now we are not storing directly the plain password into the class. If you can take a look and give me your opinion!