Skip to content

Commit

Permalink
Remove maven tool (#2359)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya committed Jul 22, 2022
1 parent 528cdfc commit ffe2328
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ pipeline {
}
}
stage('stage maven artifacts') {
tools {
maven "maven-3.8.2"
}
environment {
REPO_URL = "https://aws.oss.sonatype.org/"
STAGING_PROFILE_ID = "${SONATYPE_STAGING_PROFILE_ID}"
Expand Down
3 changes: 0 additions & 3 deletions jenkins/opensearch/bwc-test.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ pipeline {
BUILD_MANIFEST = "build-manifest.yml"
DEFAULT_BUILD_JOB_NAME = "distribution-build-opensearch"
}
tools {
maven "maven-3.8.2"
}
parameters {
string(
name: 'TEST_MANIFEST',
Expand Down
3 changes: 0 additions & 3 deletions jenkins/opensearch/integ-test.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ pipeline {
BUILD_MANIFEST = "build-manifest.yml"
DEFAULT_BUILD_JOB_NAME = "distribution-build-opensearch"
}
tools {
maven "maven-3.8.2"
}
parameters {
string(
name: 'TEST_MANIFEST',
Expand Down

0 comments on commit ffe2328

Please sign in to comment.