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 4a22e9d commit dcb4b7aCopy full SHA for dcb4b7a
Jenkinsfile
@@ -6,7 +6,7 @@ String buildsToKeep = '500'
6
7
// https://jenkins.io/doc/book/pipeline/syntax/
8
pipeline {
9
- agent any
+ agent { label 'java' }
10
11
environment {
12
GITLAB_URL = credentials('gitlab_url')
0 commit comments