提交 13547c66 编写于 作者: K kezhenxu94 提交者: wu-sheng

Switch to SkyWalking CI nodes (#3546)

* Switch to SkyWalking CI nodes

* Switch E2E to SkyWalking CI nodes

* Identify CI container name
上级 eb457556
......@@ -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 {
......
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册