Jenkins: Migrate workers to Hirsute Hippo

Groovy is EOLed on 2021-07-22.

Fixes: #2769

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2021-06-18 09:50:42 +01:00 committed by Sebastien Boeuf
parent a94fa77621
commit fb2e8b6817

6
Jenkinsfile vendored
View File

@ -24,7 +24,7 @@ pipeline{
stage ('Build') {
parallel {
stage ('Worker build') {
agent { node { label 'groovy' } }
agent { node { label 'hirsute' } }
stages {
stage ('Checkout') {
steps {
@ -83,7 +83,7 @@ pipeline{
}
}
stage ('Worker build (musl)') {
agent { node { label 'groovy' } }
agent { node { label 'hirsute' } }
stages {
stage ('Checkout') {
steps {
@ -179,7 +179,7 @@ pipeline{
}
}
stage ('Worker build - Windows guest') {
agent { node { label 'groovy' } }
agent { node { label 'hirsute' } }
stages {
stage ('Checkout') {
steps {