Skip to content

Commit d3c517f

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Jenkinsfile

Lines changed: 6 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 {

0 commit comments

Comments
 (0)