environment test

This commit is contained in:
crusader 2023-02-01 11:08:12 +00:00
parent 560c0c9663
commit c9b1816594

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
def label = "worker-${UUID.randomUUID().toString()}"
podTemplate(
label: label
label: label,
containers: [
containerTemplate(
name: 'gradle',