Commit 8fb580bf authored by Luca Verardo's avatar Luca Verardo
Browse files

WIP

parent dcbe0cc7
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -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
@@ -57,3 +58,4 @@ pipeline {
            }
        }
    }
}
 No newline at end of file