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

1
Jenkinsfile vendored
View file

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