update sshkey for sonarqube

This commit is contained in:
Matthieu Lamalle 2023-05-03 15:58:38 +02:00
parent 7afabcedde
commit abe8dd5f1b
1 changed files with 12 additions and 12 deletions

View File

@ -22,7 +22,7 @@ def call() {
checkout scm:
[
$class: 'GitSCM',
userRemoteConfigs: [[url: env.repository_url, credentialsId: 'jenkins-forge-ssh']],
userRemoteConfigs: [[url: env.repository_url, credentialsId: 'jenkins-ssh-mse']],
branches: [[name: env.ref]],
extensions: [
[$class: 'RelativeTargetDirectory', relativeTargetDir: env.projectDir ],