Skip to content

Commit

Permalink
Backport Jenkinsfile fix and remove Travis build for 2.5 (apache#10087)
Browse files Browse the repository at this point in the history
This is a backport of apache#9453 which fixes the Jenkinsfile tool names. Travis build is also removed
  • Loading branch information
mumrah authored Feb 9, 2021
1 parent 8378903 commit 98deafc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 57 deletions.
54 changes: 0 additions & 54 deletions .travis.yml

This file was deleted.

6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ pipeline {
stage('JDK 8') {
agent { label 'ubuntu' }
tools {
jdk 'JDK 1.8 (latest)'
maven 'Maven 3.6.3'
jdk 'jdk_1.8_latest'
maven 'maven_3_latest'
}
options {
timeout(time: 8, unit: 'HOURS')
Expand All @@ -122,7 +122,7 @@ pipeline {
stage('JDK 11') {
agent { label 'ubuntu' }
tools {
jdk 'JDK 11 (latest)'
jdk 'jdk_11_latest'
}
options {
timeout(time: 8, unit: 'HOURS')
Expand Down

0 comments on commit 98deafc

Please sign in to comment.