Loading Jenkinsfile +7 −5 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ pipeline { } stage('Quality'){ steps{ script{ withCredentials([usernamePassword(credentialsId: 'SonarCloud_Zegorax_Token', passwordVariable: 'SONARCLOUD_API_TOKEN', usernameVariable: 'SONARCLOUD_API_USER')]) { docker.image('maven:3-alpine').inside() { checkout scm Loading @@ -57,3 +58,4 @@ pipeline { } } } } No newline at end of file Loading
Jenkinsfile +7 −5 Original line number Diff line number Diff line Loading @@ -46,6 +46,7 @@ pipeline { } stage('Quality'){ steps{ script{ withCredentials([usernamePassword(credentialsId: 'SonarCloud_Zegorax_Token', passwordVariable: 'SONARCLOUD_API_TOKEN', usernameVariable: 'SONARCLOUD_API_USER')]) { docker.image('maven:3-alpine').inside() { checkout scm Loading @@ -57,3 +58,4 @@ pipeline { } } } } No newline at end of file