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:
kezhenxu94 2019-09-30 12:32:22 +08:00 committed by 吴晟 Wu Sheng
parent eb457556ba
commit 13547c6699
3 changed files with 5 additions and 2 deletions

2
Jenkinsfile vendored
View File

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

View File

@ -18,7 +18,7 @@
pipeline {
agent {
label 'xenial'
label 'skywalking'
}
tools {

View File

@ -322,6 +322,9 @@
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>${maven-docker-plugin.version}</version>
<configuration>
<containerNamePattern>%a-%t-%i</containerNamePattern>
</configuration>
</plugin>
</plugins>
</pluginManagement>