Skip to content

Commit 0f5deb4

Browse files
committed
MB-66988 Enable CI on Morpheus
Change-Id: I212b15babf422dea2f6f1fe41c4c41885dc5321a Reviewed-on: https://review.couchbase.org/c/couchbase-cli/+/228577 Tested-by: Safian Ali <safian.ali@couchbase.com> Reviewed-by: Matt Hall <matt.hall@couchbase.com>
1 parent b988cdf commit 0f5deb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import jenkins.model.CauseOfInterruption.UserInterruption
1313

1414
pipeline {
15-
agent { label "linux&&master" }
15+
agent { label "linux&&morpheus" }
1616

1717
environment {
1818
PROJECTPATH="${WORKSPACE}/couchbase-cli"
@@ -34,7 +34,7 @@ pipeline {
3434
gerritProjects: [
3535
[
3636
compareType: "PLAIN", disableStrictForbiddenFileVerification: false, pattern: "couchbase-cli",
37-
branches: [[ compareType: "PLAIN", pattern: "master" ]]
37+
branches: [[ compareType: "PLAIN", pattern: "morpheus" ]]
3838
],
3939
],
4040
triggerOnEvents: [

0 commit comments

Comments
 (0)