Re: Jenkins NON-GUI notification of core / plug-in vulnerabilities / warnings and updates

2019-10-08 Thread James Nord
I think that cloudbees Jenkins health check can do this. https://go.cloudbees.com/docs/plugins/cloudbees-jenkins-advisor/ -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an

Unable to read credentials in Jenkins Job

2019-10-08 Thread Mohtashim S
Below code works and helps fetch username and password from Jenkins credentials in a piepeline. withCredentials([usernamePassword(credentialsId: 'mysql_creds', passwordVariable: 'sqlpassword', usernameVariable: 'sqlusername')]) { creds = "\nUsername: ${sqlusername}\nPassword: $