Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
[TOOLING] DCOS-61702: Use dcos-commons jenkins mesos-plugin tag for J…
Browse files Browse the repository at this point in the history
…enkins builds. (#3212)

* Use dcos-commons tag for Mesos Jenkins plugin.
  • Loading branch information
kaiwalyajoshi authored Dec 7, 2019
1 parent 6c283cd commit 09175ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile.dcos-commons
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ void setBuildStatus(String context, String message, String state) {

pipeline {
agent {
label 'mesos'
label 'dcos-commons'
}

environment {
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile.dcos-commons-base_
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ void setBuildStatus(String context, String message, String state) {

pipeline {
agent {
label 'mesos'
label 'dcos-commons'
}

environment {
Expand Down

0 comments on commit 09175ff

Please sign in to comment.