Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 3494d72

Browse files
author
Jean-Christophe Sirot
committed
Use a dynamically provisioned linux node
Signed-off-by: Jean-Christophe Sirot <[email protected]>
1 parent e797c90 commit 3494d72

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Jenkinsfile.baguette

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ properties([buildDiscarder(logRotator(numToKeepStr: '20'))])
22

33
pipeline {
44
agent {
5-
label 'team-local && pipeline'
5+
label 'ubuntu-1804'
66
}
77

88
options {
@@ -14,7 +14,7 @@ pipeline {
1414
parallel {
1515
stage('Binaries'){
1616
agent {
17-
label 'team-local && linux'
17+
label 'ubuntu-1804'
1818
}
1919
steps {
2020
dir('src/github.com/docker/app') {
@@ -51,7 +51,7 @@ pipeline {
5151
}
5252
stage('Invocation image'){
5353
agent {
54-
label 'team-local && linux'
54+
label 'ubuntu-1804'
5555
}
5656
steps {
5757
dir('src/github.com/docker/app') {
@@ -84,7 +84,7 @@ pipeline {
8484
CODECOV_TOKEN = credentials('jenkins-codecov-token')
8585
}
8686
agent {
87-
label 'team-local && linux'
87+
label 'ubuntu-1804'
8888
}
8989
steps {
9090
dir('src/github.com/docker/app') {
@@ -108,7 +108,7 @@ pipeline {
108108
}
109109
stage("Gradle test") {
110110
agent {
111-
label 'team-local && linux'
111+
label 'ubuntu-1804'
112112
}
113113
steps {
114114
dir('src/github.com/docker/app') {
@@ -127,7 +127,7 @@ pipeline {
127127
}
128128
stage("Test Linux") {
129129
agent {
130-
label 'team-local && linux'
130+
label 'ubuntu-1804'
131131
}
132132
environment {
133133
DOCKERAPP_BINARY = '../docker-app-linux'
@@ -231,7 +231,7 @@ pipeline {
231231
buildingTag()
232232
}
233233
agent {
234-
label 'team-local && linux'
234+
label 'ubuntu-1804'
235235
}
236236
environment {
237237
DOCKERHUB_CREDS=credentials('dockerhub-dockerdsgcibot')

0 commit comments

Comments
 (0)