Commit 75b40dcc authored by carignani's avatar carignani
Browse files

Update Jenkinsfile

parent 9fa32cc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ pipeline {
                    submoduleCfg: [],
                    userRemoteConfigs: [[
                    credentialsId: 'f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e', 
                    url: ${env.gitlabSourceRepoSshUrl}]]
                    url: "${env.gitlabSourceRepoSshUrl}" ]]
                ]
                checkout changelog: false, poll: false, scm: [
                   $class: 'GitSCM', branches: [[name: '*/master']],