Remove tools section.

This commit is contained in:
Manuele Simi 2019-09-30 13:00:48 -04:00
parent 6ebf6bde78
commit 5f20fd1884
1 changed files with 1 additions and 4 deletions

5
Jenkinsfile vendored
View File

@ -70,10 +70,7 @@ pipeline {
MAVEN_LOCAL_REPO = "${maven_local_repo_path}"
GCUBE_RELEASE_NUMBER = "${params.gCube_release_version}"
}
tools {
jdk 'OpenJDK 8'
maven 'Maven 3.6.2'
}
// see https://jenkins.io/doc/book/pipeline/syntax/#parameters
parameters {
choice(name: 'Type',