Mise à jour pipeline de packaging
This commit is contained in:
parent
8e2b7a214a
commit
095780e3ce
|
@ -14,11 +14,10 @@ pipeline {
|
||||||
|
|
||||||
stage("Clone repository") {
|
stage("Clone repository") {
|
||||||
steps {
|
steps {
|
||||||
sh 'git config http.postBuffer 524288000'
|
|
||||||
checkout scm:
|
checkout scm:
|
||||||
[
|
[
|
||||||
$class: 'GitSCM',
|
$class: 'GitSCM',
|
||||||
userRemoteConfigs: [[url: env.repository_url, credentialsId: 'forge-jenkins']],
|
userRemoteConfigs: [[url: env.repository_url, credentialsId: 'jenkins-forge-ssh']],
|
||||||
branches: [[name: env.ref]],
|
branches: [[name: env.ref]],
|
||||||
extensions: [
|
extensions: [
|
||||||
[$class: 'RelativeTargetDirectory', relativeTargetDir: env.projectDir ],
|
[$class: 'RelativeTargetDirectory', relativeTargetDir: env.projectDir ],
|
||||||
|
@ -100,10 +99,11 @@ pipeline {
|
||||||
|
|
||||||
@${env.sender_login}
|
@${env.sender_login}
|
||||||
""".stripIndent(),
|
""".stripIndent(),
|
||||||
rawMessage: true
|
rawMessage: true,
|
||||||
|
attachments: lolops.getRandomDeliveryAttachment()
|
||||||
)
|
)
|
||||||
|
|
||||||
if (env.testPackageInstall == 'no') {
|
if (env.testPackageInstall != 'yes') {
|
||||||
println "Test d'intallation des paquets désactivé."
|
println "Test d'intallation des paquets désactivé."
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue