Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ pipeline {
throttleJobProperty(
categories: ['camel'],
throttleEnabled: true,
throttleOption: 'category'
throttleOption: 'category',

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: trailing blank line. Jenkinsfile.jdk26 doesn't have it.

Suggested change
throttleOption: 'category',
maxConcurrentPerNode: 1

maxConcurrentPerNode: 1
)

// This is required if you want to clean before build
Expand Down
3 changes: 2 additions & 1 deletion Jenkinsfile.jdk26
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ pipeline {
throttleJobProperty(
categories: ['camel'],
throttleEnabled: true,
throttleOption: 'category'
throttleOption: 'category',
maxConcurrentPerNode: 1
)

// This is required if you want to clean before build
Expand Down