Run on jenkins agent

This commit is contained in:
JustFiesta 2024-07-04 15:37:12 +02:00
parent 7398254327
commit ad80a4bc1b

2
Jenkinsfile vendored
View file

@ -1,5 +1,5 @@
pipeline {
agent any
agent { label 'petclinic' }
environment {
DOCKER_STORAGE = 'testfiesta/petclinic'