We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c1833 commit 2f8663cCopy full SHA for 2f8663c
ruby/ruby-build-pipeline.groovy
@@ -4,8 +4,7 @@ pipeline {
4
agent none
5
stages {
6
stage('prep') {
7
- // agent any
8
- agent { label 'master' }
+ agent any
9
steps {
10
script {
11
buildName(IS_GERRIT_TRIGGER.toBoolean() ? "cv-${BUILD_NUMBER}" : "full-${BUILD_NUMBER}")
0 commit comments