You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2019/09/29 00:59:24 UTC

[skywalking] 01/01: Switch to SkyWalking CI nodes

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit fd7e0a2d6d53762569ccf261e64a357c848de115
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Sun Sep 29 08:59:14 2019 +0800

    Switch to SkyWalking CI nodes
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 673bc66..b63dc9e 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -36,7 +36,7 @@ pipeline {
             parallel {
                 stage('JDK 1.8 on Linux') {
                     agent {
-                        label 'xenial'
+                        label 'skywalking'
                     }
 
                     tools {