Skip to content

Commit 9517718

Browse files
committed
next try
1 parent 8a6efc1 commit 9517718

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/jenkins/library-tests

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ pipeline {
66
timestamps()
77
timeout(time: 6, unit: 'HOURS')
88
}
9-
tools {
10-
jdk 'openlogic-openjdk-17.0.17+10'
11-
}
129
stages {
1310
stage('Build') {
1411
steps {
12+
sh 'java -version'
1513
sh 'mvn clean test -U -P only-library-tests --show-version -Dgpg.skip -Djava.awt.headless=true'
1614
}
1715
}

0 commit comments

Comments
 (0)