diff --git a/Jenkinsfile b/Jenkinsfile index 3cfda62cc6f72..65a2da25fd845 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,8 @@ pipeline { throttleJobProperty( categories: ['camel'], throttleEnabled: true, - throttleOption: 'category' + throttleOption: 'category', + maxConcurrentPerNode: 1 ) // This is required if you want to clean before build