Make CI run on both skywalking and skywalking-se (#3565)

This commit is contained in:
kezhenxu94 2019-10-07 18:11:44 +08:00 committed by GitHub
parent 114a74f35a
commit e131adf292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -37,7 +37,7 @@ pipeline {
parallel {
stage('JDK 1.8 on Linux') {
agent {
label 'skywalking'
label 'skywalking || skywalking-se'
}
tools {