updated Jenkinsfile

This commit is contained in:
Marvin Zhang
2019-05-31 19:11:08 +08:00
parent 545eb77722
commit 9ccdf3bf9b

6
Jenkinsfile vendored
View File

@@ -1,5 +1,9 @@
pipeline {
agent {crawlab}
agent {
node {
label 'crawlab'
}
}
stages {
stage('Build Frontend') {