Skip to content

Commit 422e692

Browse files
committedAug 29, 2023
Experimenting with ubuntu
1 parent 2e07b0b commit 422e692

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎ci/jenkins/Jenkinsfile.groovy

+10
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ pipeline {
9797
filename 'Dockefile.ubuntu-xenial'
9898
dir 'ci/jenkins'
9999
label 'docker'
100+
args '-u root'
100101
}
101102
}
102103

@@ -130,6 +131,7 @@ pipeline {
130131
filename 'Dockefile.ubuntu-xenial'
131132
dir 'ci/jenkins'
132133
label 'docker'
134+
args '-u root'
133135
}
134136
}
135137

@@ -163,6 +165,7 @@ pipeline {
163165
filename 'Dockefile.debian-buster'
164166
dir 'ci/jenkins'
165167
label 'docker'
168+
args '-u root'
166169
}
167170
}
168171

@@ -196,6 +199,7 @@ pipeline {
196199
filename 'Dockefile.debian-buster'
197200
dir 'ci/jenkins'
198201
label 'docker'
202+
args '-u root'
199203
}
200204
}
201205

@@ -229,6 +233,7 @@ pipeline {
229233
filename 'Dockefile.debian-bullseye'
230234
dir 'ci/jenkins'
231235
label 'docker'
236+
args '-u root'
232237
}
233238
}
234239

@@ -263,6 +268,7 @@ pipeline {
263268
filename 'Dockefile.debian-bullseye'
264269
dir 'ci/jenkins'
265270
label 'docker'
271+
args '-u root'
266272
}
267273
}
268274

@@ -296,6 +302,7 @@ pipeline {
296302
filename 'Dockefile.debian-bookworm'
297303
dir 'ci/jenkins'
298304
label 'docker'
305+
args '-u root'
299306
}
300307
}
301308

@@ -329,6 +336,7 @@ pipeline {
329336
filename 'Dockefile.debian-bookworm'
330337
dir 'ci/jenkins'
331338
label 'docker'
339+
args '-u root'
332340
}
333341
}
334342

@@ -362,6 +370,7 @@ pipeline {
362370
filename 'Dockefile.debian-testing'
363371
dir 'ci/jenkins'
364372
label 'docker'
373+
args '-u root'
365374
}
366375
}
367376

@@ -395,6 +404,7 @@ pipeline {
395404
filename 'Dockefile.debian-testing'
396405
dir 'ci/jenkins'
397406
label 'docker'
407+
args '-u root'
398408
}
399409
}
400410

0 commit comments

Comments
 (0)