mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
updated Jenkinsfile
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -1,5 +1,9 @@
|
||||
pipeline {
|
||||
agent {crawlab}
|
||||
agent {
|
||||
node {
|
||||
label 'crawlab'
|
||||
}
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build Frontend') {
|
||||
|
||||
Reference in New Issue
Block a user