https://github.com/currents-dev/jenkins-last-failed
https://github.com/currents-dev/jenkins-last-failed
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/currents-dev/jenkins-last-failed
- Owner: currents-dev
- Created: 2024-11-12T14:49:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T21:14:13.000Z (about 1 year ago)
- Last Synced: 2025-03-25T04:52:20.946Z (11 months ago)
- Language: TypeScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Currents.dev - Jenkins Playwright Last Failed Example
This is an example repository that showcases using [Currents.dev](https://currents.dev) for running Playwright tests on Jenkins with the last failed flag.
- Note: get your record key from [Currents.dev](https://app.currents.dev) and set [Jenkins credential](https://www.jenkins.io/doc/book/security/credentials/) variable `CURRENTS_RECORD_KEY`
- Note: set the `CURRENTS_PROJECT_ID` [Jenkins credential](https://www.jenkins.io/doc/book/security/credentials/) variable - obtain the project id from [Currents.dev](https://app.currents.dev)
- Note: set the `CURRENTS_API_KEY` [Jenkins credential](https://www.jenkins.io/doc/book/security/credentials/) variable - obtain the API Key from [Currents.dev](https://app.currents.dev)
# Jenkins Setup
The following plugins are needed (You can find it with the same names):
- Github Plugin
- Pipeline Plugin
- SCM Api Plugin