Skip to content

Commit

Permalink
HSEARCH-4783 Fix use of ci/list-dependent-integration-tests in the ma…
Browse files Browse the repository at this point in the history
…in Jenkinsfile

It seems I forgot to remove some temporary code; the script is supposed
to be called from `mavenNonDefaultBuild`.
  • Loading branch information
yrodiere committed Jan 25, 2023
1 parent 365f28c commit c3a14d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ stage('Non-default environments') {
withMavenWorkspace {
mavenNonDefaultBuild buildEnv, """ \
-Pdist \
-pl ${sh(script: "./ci/list-dependent-integration-tests.sh ${artifactsToTest.join(',')}", returnStdout: true).trim()} \
-Dtest.elasticsearch.distribution=$buildEnv.distribution \
-Dtest.elasticsearch.version=$buildEnv.version \
""",
Expand Down

0 comments on commit c3a14d6

Please sign in to comment.