From 583fb648e272ef8995dc8ecf1122fff2dc261d75 Mon Sep 17 00:00:00 2001 From: retgal Date: Tue, 14 Jan 2025 10:49:11 +0100 Subject: [PATCH] Move to top --- Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 38bb06f2..76b65373 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,16 +3,16 @@ pipeline { label 'docker' } options { - buildDiscarder(logRotator(numToKeepStr: '5')) - timeout(time: 10, unit: 'MINUTES') - timestamps() // Timestamper Plugin - disableConcurrentBuilds() - skipStagesAfterUnstable() // instead of currentBuild.currentResult == 'SUCCESS' throttleJobProperty( categories: ['multiBranch'], throttleEnabled: true, throttleOption: 'category' ) + buildDiscarder(logRotator(numToKeepStr: '5')) + timeout(time: 10, unit: 'MINUTES') + timestamps() // Timestamper Plugin + disableConcurrentBuilds() + skipStagesAfterUnstable() // instead of currentBuild.currentResult == 'SUCCESS' } environment { COMPANY = 'Puzzle ITC'