Skip to content

Commit 3a6e0a9

Browse files
committed
use maven installation from jenkins
1 parent 2167c8d commit 3a6e0a9

10 files changed

Lines changed: 50 additions & 0 deletions

src/jenkins/huge-tests-d-g

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
pipeline {
22
agent any
3+
4+
tools {
5+
maven 'apache-maven-3.9.16'
6+
}
7+
38
options {
49
lock resource: 'htmlunit-test-ports'
510
disableConcurrentBuilds()

src/jenkins/huge-tests-element-closes-element

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
pipeline {
22
agent any
3+
4+
tools {
5+
maven 'apache-maven-3.9.16'
6+
}
7+
38
options {
49
lock resource: 'htmlunit-test-ports'
510
disableConcurrentBuilds()

src/jenkins/huge-tests-encoding

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
pipeline {
22
agent any
3+
4+
tools {
5+
maven 'apache-maven-3.9.16'
6+
}
7+
38
options {
49
lock resource: 'htmlunit-test-ports'
510
disableConcurrentBuilds()

src/jenkins/huge-tests-h-l

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
pipeline {
22
agent any
3+
4+
tools {
5+
maven 'apache-maven-3.9.16'
6+
}
7+
38
options {
49
lock resource: 'htmlunit-test-ports'
510
disableConcurrentBuilds()

src/jenkins/huge-tests-m-o

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
pipeline {
22
agent any
3+
4+
tools {
5+
maven 'apache-maven-3.9.16'
6+
}
7+
38
options {
49
lock resource: 'htmlunit-test-ports'
510
disableConcurrentBuilds()

src/jenkins/huge-tests-p-r

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
pipeline {
22
agent any
3+
4+
tools {
5+
maven 'apache-maven-3.9.16'
6+
}
7+
38
options {
49
lock resource: 'htmlunit-test-ports'
510
disableConcurrentBuilds()

src/jenkins/huge-tests-s

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
pipeline {
22
agent any
3+
4+
tools {
5+
maven 'apache-maven-3.9.16'
6+
}
7+
38
options {
49
lock resource: 'htmlunit-test-ports'
510
disableConcurrentBuilds()

src/jenkins/huge-tests-s2

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
pipeline {
22
agent any
3+
4+
tools {
5+
maven 'apache-maven-3.9.16'
6+
}
7+
38
options {
49
lock resource: 'htmlunit-test-ports'
510
disableConcurrentBuilds()

src/jenkins/huge-tests-t-z

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
pipeline {
22
agent any
3+
4+
tools {
5+
maven 'apache-maven-3.9.16'
6+
}
7+
38
options {
49
lock resource: 'htmlunit-test-ports'
510
disableConcurrentBuilds()

src/jenkins/library-tests

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
pipeline {
22
agent any
3+
4+
tools {
5+
maven 'apache-maven-3.9.16'
6+
}
7+
38
options {
49
lock resource: 'htmlunit-test-ports'
510
disableConcurrentBuilds()

0 commit comments

Comments
 (0)