add a label
Some checks failed
Web/pipeline/head There was a failure building this commit

This commit is contained in:
Ell 2021-03-17 19:23:34 +01:00
parent 95d15e026a
commit a5067d2406

3
Jenkinsfile vendored
View file

@ -1,7 +1,8 @@
pipeline {
agent {
node {
customWorkspace '/var/www/ellpeck'
label 'main'
customWorkspace '/var/www/ellpeck'
}
}
stages {