Commit 1fe2560e authored by carignani's avatar carignani
Browse files

change credentials id for gitlab connection

parent 5129781a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ pipeline {

    options {
        disableConcurrentBuilds()
        gitLabConnection('Gitlab at Forge')
        gitLabConnection('Gitlab for 3GPP')
        gitlabBuilds(builds: ["Resolve", "Validate"])
    }
     
@@ -27,7 +27,7 @@ pipeline {
                        ],
                        submoduleCfg: [],
                        userRemoteConfigs: [[
                        credentialsId: 'f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e', 
                        credentialsId: '731ae722-2828-45b8-83f4-ae59fe1cae50', 
                        url: "${env.gitlabSourceRepoSshUrl}" ]]
                    ]
                    sh 'git log --oneline -n 5'
@@ -39,7 +39,7 @@ pipeline {
                        $class: 'GitSCM', branches: [[name: '*/master']], 
                        doGenerateSubmoduleConfigurations: false, extensions: [], 
                        submoduleCfg: [], userRemoteConfigs: [[
                        credentialsId: 'f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e', 
                        credentialsId: '731ae722-2828-45b8-83f4-ae59fe1cae50', 
                        url: 'git@forge.3gpp.org:tools/3gpp-scripts.git']]
                    ]
                }
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ pipeline {

    options {
        disableConcurrentBuilds()
        gitLabConnection('Gitlab at Forge')
        gitLabConnection('Gitlab for 3GPP')
        //gitlabBuilds(builds: ["Resolve", "Validate"])
    }
     
@@ -27,7 +27,7 @@ pipeline {
                        ],
                        submoduleCfg: [],
                        userRemoteConfigs: [[
                        credentialsId: 'f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e', 
                        credentialsId: '731ae722-2828-45b8-83f4-ae59fe1cae50', 
                        url: "${env.gitlabSourceRepoSshUrl}" ]]
                    ]
                    sh 'git log --oneline -n 5'
@@ -39,7 +39,7 @@ pipeline {
                        $class: 'GitSCM', branches: [[name: '*/master']], 
                        doGenerateSubmoduleConfigurations: false, extensions: [], 
                        submoduleCfg: [], userRemoteConfigs: [[
                        credentialsId: 'f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e', 
                        credentialsId: '731ae722-2828-45b8-83f4-ae59fe1cae50', 
                        url: 'git@forge.3gpp.org:tools/3gpp-scripts.git']]
                    ]
                }
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ pipeline {

    options {
        disableConcurrentBuilds()
        gitLabConnection('Gitlab at Forge')
        gitLabConnection('Gitlab for 3GPP')
        gitlabBuilds(builds: ["Resolve", "Validate"])
    }
     
@@ -27,7 +27,7 @@ pipeline {
                        ],
                        submoduleCfg: [],
                        userRemoteConfigs: [[
                        credentialsId: 'f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e', 
                        credentialsId: '731ae722-2828-45b8-83f4-ae59fe1cae50', 
                        url: "${env.gitlabSourceRepoSshUrl}" ]]
                    ]
                }
@@ -36,7 +36,7 @@ pipeline {
                        $class: 'GitSCM', branches: [[name: '*/master']], 
                        doGenerateSubmoduleConfigurations: false, extensions: [], 
                        submoduleCfg: [], userRemoteConfigs: [[
                        credentialsId: 'f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e', 
                        credentialsId: '731ae722-2828-45b8-83f4-ae59fe1cae50', 
                        url: 'git@forge.etsi.org:cti/forge-tools/3gpp-scripts.git']]
                    ]
                }