From 13547c66997baca04664b6d18d27bc4ad474b724 Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Mon, 30 Sep 2019 12:32:22 +0800 Subject: [PATCH] Switch to SkyWalking CI nodes (#3546) * Switch to SkyWalking CI nodes * Switch E2E to SkyWalking CI nodes * Identify CI container name --- Jenkinsfile | 2 +- Jenkinsfile-E2E | 2 +- pom.xml | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 673bc6639..b63dc9e08 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ pipeline { parallel { stage('JDK 1.8 on Linux') { agent { - label 'xenial' + label 'skywalking' } tools { diff --git a/Jenkinsfile-E2E b/Jenkinsfile-E2E index 227538604..1bb9e89d9 100755 --- a/Jenkinsfile-E2E +++ b/Jenkinsfile-E2E @@ -18,7 +18,7 @@ pipeline { agent { - label 'xenial' + label 'skywalking' } tools { diff --git a/pom.xml b/pom.xml index 7ae2edb55..641d0a8cc 100755 --- a/pom.xml +++ b/pom.xml @@ -322,6 +322,9 @@ io.fabric8 docker-maven-plugin ${maven-docker-plugin.version} + + %a-%t-%i +