Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
[AAE-7345] automatic JIRA creation when e2e fails (#3489)
Browse files Browse the repository at this point in the history
* automatic JIRA creation when e2e fails

* create issue

* env var

* make Andras happy

* detect secret fix

* [ci:force]

* fix cspell

* lint

* fix

* update baseline

* fix lint

* Update e2e.env.yml

* log

* add log links

* fix secret base

* only on failure

* fix baseline

* try again

* add description

* final version

* exclude failing e2e

* exclude
  • Loading branch information
eromano authored and Travis CI User committed Feb 24, 2022
1 parent 20cf9ed commit a67814b
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 7 deletions.
91 changes: 85 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
"jest": "26.1.0",
"jest-cli": "26.1.0",
"jest-preset-angular": "8.4.0",
"jira.js": "^2.11.0",
"karma": "^6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
Expand All @@ -177,7 +178,7 @@
"prettier": "2.0.5",
"protractor": "^7.0.0",
"protractor-console": "^3.0.0",
"protractor-retry-angular-cli": "^2.0.2",
"protractor-retry-angular-cli": "^2.0.3",
"protractor-screenshoter-plugin": "0.10.3",
"protractor-smartrunner": "2.0.0-beta11",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit a67814b

Please sign in to comment.