From 09175ffa77a72861b6780db53a56fbd2acd4536f Mon Sep 17 00:00:00 2001 From: Kaiwalya Joshi Date: Fri, 6 Dec 2019 17:59:22 -0800 Subject: [PATCH] [TOOLING] DCOS-61702: Use dcos-commons jenkins mesos-plugin tag for Jenkins builds. (#3212) * Use dcos-commons tag for Mesos Jenkins plugin. --- Jenkinsfile.dcos-commons | 2 +- Jenkinsfile.dcos-commons-base_ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile.dcos-commons b/Jenkinsfile.dcos-commons index 474a39f0e0c..7e1fdc82e1c 100644 --- a/Jenkinsfile.dcos-commons +++ b/Jenkinsfile.dcos-commons @@ -14,7 +14,7 @@ void setBuildStatus(String context, String message, String state) { pipeline { agent { - label 'mesos' + label 'dcos-commons' } environment { diff --git a/Jenkinsfile.dcos-commons-base_ b/Jenkinsfile.dcos-commons-base_ index 9ab37ec7c17..2342f132b3a 100644 --- a/Jenkinsfile.dcos-commons-base_ +++ b/Jenkinsfile.dcos-commons-base_ @@ -15,7 +15,7 @@ void setBuildStatus(String context, String message, String state) { pipeline { agent { - label 'mesos' + label 'dcos-commons' } environment {