Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.
Merged
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
5 changes: 3 additions & 2 deletions resources/JenkinsfileTemplate.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ pipeline {
values (
'debian-9',
'ubuntu-16',
'ubuntu-18'
'ubuntu-18',
'ubuntu-20'
)
}
}
Expand Down Expand Up @@ -361,7 +362,7 @@ pipeline {
}
}
}
// Use matrix step within a steps closure if you need dynamic axis generation
// Use matrix step within a steps closure if you need dynamic axis generation
// or the exclusion list is massive.
stage('Matrix step') {
steps {
Expand Down