web label
All checks were successful
Jenkins
Ellpeck/Press/pipeline/head This commit looks good

This commit is contained in:
Ell 2023-04-12 22:09:11 +02:00
parent 4d99a966ea
commit f5d4c9d533

2
Jenkinsfile vendored
View file

@ -1,5 +1,5 @@
pipeline {
agent any
agent { label 'web' }
stages {
stage('Build') {
steps {