add agent to build in the correct node

This commit is contained in:
cpanato
2019-07-18 11:27:53 +02:00
parent a35adb3ae1
commit 3b9da417a9

View File

@@ -116,6 +116,9 @@ pipeline {
}
stage ('Build Docker mattermost-enterprise-edition') {
agent {
label 'default-mm-builder'
}
steps {
dir('src/github.com/mattermost/mattermost-server') {
withCredentials([usernamePassword(credentialsId: 'matterbuild-docker-hub', usernameVariable: 'DOCKER_USER', passwordVariable: 'DOCKER_PASS')]) {