Switch to SkyWalking CI nodes (#3546)
* Switch to SkyWalking CI nodes * Switch E2E to SkyWalking CI nodes * Identify CI container name
This commit is contained in:
parent
eb457556ba
commit
13547c6699
|
|
@ -36,7 +36,7 @@ pipeline {
|
|||
parallel {
|
||||
stage('JDK 1.8 on Linux') {
|
||||
agent {
|
||||
label 'xenial'
|
||||
label 'skywalking'
|
||||
}
|
||||
|
||||
tools {
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
pipeline {
|
||||
agent {
|
||||
label 'xenial'
|
||||
label 'skywalking'
|
||||
}
|
||||
|
||||
tools {
|
||||
|
|
|
|||
Loading…
Reference in New Issue