Skip to content

Commit 8b0401a

Browse files
author
Artem Eroshenko
committed
only java9
1 parent ff91b81 commit 8b0401a

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Jenkinsfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ pipeline {
99
stage('Build') {
1010
steps {
1111
parallel(
12-
'java8': {
13-
script {
14-
docker.image('java:8-jdk').inside {
15-
sh './gradlew build'
16-
}
17-
}
18-
},
1912
'java9': {
2013
script {
2114
docker.image('java:9-jdk').inside {

0 commit comments

Comments
 (0)