From bda0e11c0fbb3cc4ae19122ba638fc8ad7ce6303 Mon Sep 17 00:00:00 2001 From: Sebastian Peter Date: Tue, 28 Nov 2023 12:15:56 +0100 Subject: [PATCH] Fix dev CI (removed plugin) --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cf2156d11..1a6029879 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -451,7 +451,6 @@ def constantBranchesProps() { [ string(defaultValue: '', description: '', name: 'deploy', trim: true) ]), - [$class: 'RebuildSettings', autoRebuild: false, rebuildDisabled: false], [$class: 'ThrottleJobProperty', categories: [], limitOneJobWithMatchingParams: false, maxConcurrentPerNode: 0, maxConcurrentTotal: 0, paramsToUseForLimit: '', throttleEnabled: true, throttleOption: 'project'] ]) }