From 095780e3ce47510f010a7730313e306ee0881add Mon Sep 17 00:00:00 2001 From: William Petit Date: Wed, 4 Mar 2020 16:55:46 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20pipeline=20de=20packagin?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipelines/debian-packaging.jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }