jenkins: remove java 9 testing from develop branch
This commit is contained in:
parent
52cdab42b5
commit
13b6ebd06d
1 changed files with 0 additions and 8 deletions
|
@ -30,14 +30,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
// requires maven-failsafe-plugin:2.21 when it is released
|
||||
// stage('Java 9') {
|
||||
// steps {
|
||||
// withMaven(maven: 'maven 3.5.2', jdk: 'JDK 9') {
|
||||
// sh 'mvn clean install'
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
stage('Reporting') {
|
||||
|
|
Loading…
Reference in a new issue