Skip to content

Commit 2fe686f

Browse files
committed
Story #15513: Updating tools to proper version.
1 parent 278e0d6 commit 2fe686f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Jenkinsfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
pipeline {
22
agent {
3-
label 'slaves'
3+
label 'build'
4+
}
5+
6+
tools {
7+
jdk 'java11'
8+
maven 'maven-3.8'
49
}
510

611
environment {
@@ -40,6 +45,7 @@ pipeline {
4045
when {
4146
anyOf {
4247
branch "master"
48+
branch "story_15509_temurin11"
4349
tag pattern: "^[1-9]+\\.[0-9]+\\.[0-9]+-?[0-9]*\$", comparator: "REGEXP"
4450
}
4551
}

0 commit comments

Comments
 (0)