Skip to content

Commit 2f8663c

Browse files
committed
ruby: remove 'master' dependency
1 parent b6c1833 commit 2f8663c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ruby/ruby-build-pipeline.groovy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ pipeline {
44
agent none
55
stages {
66
stage('prep') {
7-
// agent any
8-
agent { label 'master' }
7+
agent any
98
steps {
109
script {
1110
buildName(IS_GERRIT_TRIGGER.toBoolean() ? "cv-${BUILD_NUMBER}" : "full-${BUILD_NUMBER}")

0 commit comments

Comments
 (0)