add agent to build in the correct node
Этот коммит содержится в:
@@ -116,6 +116,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stage ('Build Docker mattermost-enterprise-edition') {
|
stage ('Build Docker mattermost-enterprise-edition') {
|
||||||
|
agent {
|
||||||
|
label 'default-mm-builder'
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
dir('src/github.com/mattermost/mattermost-server') {
|
dir('src/github.com/mattermost/mattermost-server') {
|
||||||
withCredentials([usernamePassword(credentialsId: 'matterbuild-docker-hub', usernameVariable: 'DOCKER_USER', passwordVariable: 'DOCKER_PASS')]) {
|
withCredentials([usernamePassword(credentialsId: 'matterbuild-docker-hub', usernameVariable: 'DOCKER_USER', passwordVariable: 'DOCKER_PASS')]) {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user