mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
add agent to build in the correct node
This commit is contained in:
@@ -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')]) {
|
||||
|
||||
Reference in New Issue
Block a user