web agent

This commit is contained in:
Ell 2023-04-11 14:53:13 +02:00
parent e95d154c71
commit 19a293d77b

2
Jenkinsfile vendored
View file

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