Skip to content

Commit

Permalink
ci(e2e): do not pass ENVIRONMENT param
Browse files Browse the repository at this point in the history
It is not needed anymore as it is taken from build job run.
  • Loading branch information
arne-rusek committed Mar 12, 2021
1 parent b1441e8 commit a7ad03b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -407,11 +407,6 @@ pipeline {
propagate: true,
wait: true,
parameters: [
[
$class: 'StringParameterValue',
name: "ENVIRONMENT",
value: "${e2e_environment}"
],
[
$class: 'RunParameterValue',
name: "BUILD",
Expand Down

0 comments on commit a7ad03b

Please sign in to comment.