diff --git a/pipelines/debian-packaging.jenkinsfile b/pipelines/debian-packaging.jenkinsfile index d836242..01a5506 100644 --- a/pipelines/debian-packaging.jenkinsfile +++ b/pipelines/debian-packaging.jenkinsfile @@ -14,11 +14,10 @@ pipeline { stage("Clone repository") { steps { - sh 'git config http.postBuffer 524288000' checkout scm: [ $class: 'GitSCM', - userRemoteConfigs: [[url: env.repository_url, credentialsId: 'forge-jenkins']], + userRemoteConfigs: [[url: env.repository_url, credentialsId: 'jenkins-forge-ssh']], branches: [[name: env.ref]], extensions: [ [$class: 'RelativeTargetDirectory', relativeTargetDir: env.projectDir ], @@ -100,10 +99,11 @@ pipeline { @${env.sender_login} """.stripIndent(), - rawMessage: true + rawMessage: true, + attachments: lolops.getRandomDeliveryAttachment() ) - if (env.testPackageInstall == 'no') { + if (env.testPackageInstall != 'yes') { println "Test d'intallation des paquets désactivé." return }