enviroment test

This commit is contained in:
crusader 2023-02-01 07:13:32 +00:00
parent 11dd15cde7
commit 43790c426c

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ podTemplate(
containers: [
containerTemplate(
name: 'gradle',
image: 'gradle:4.5.1-jdk9',
image: 'gradle:jdk11',
command: 'cat',
ttyEnabled: true
)