add a label
Web/pipeline/head There was a failure building this commit Details

This commit is contained in:
Ell 2021-03-17 19:23:34 +01:00
parent 95d15e026a
commit a5067d2406
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

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