Ryan Ammoury

Results 1 issues of Ryan Ammoury

I'm able to authenticate on a Jenkins pipeline using the git-changelog-plugin this way : ```groovy withCredentials([usernamePassword(credentialsId: atlassianCredentialsId, passwordVariable: 'JIRA_PASSWORD', usernameVariable: 'JIRA_USERNAME')]) { def templateString = readFile(file: templateFile) def changelogString =...