environment test

This commit is contained in:
crusader 2023-02-01 09:31:29 +00:00
parent 31bfe3409c
commit 729e18ee1d

1
Jenkinsfile vendored
View File

@ -9,7 +9,6 @@ podTemplate(containers: [
node(POD_LABEL) {
stage('Get a Gradle project') {
git 'https://github.com/spring-projects/spring-petclinic.git'
container('gradle') {
stage('Build a Gradle project') {
sh '''