https://github.com/robert-96/altwalker-jenkins-example
An example of a simple Jenkins Pipeline for AltWalker.
https://github.com/robert-96/altwalker-jenkins-example
altwalker jenkins pipeline
Last synced: 2 months ago
JSON representation
An example of a simple Jenkins Pipeline for AltWalker.
- Host: GitHub
- URL: https://github.com/robert-96/altwalker-jenkins-example
- Owner: Robert-96
- License: mit
- Created: 2021-09-16T12:16:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-24T19:01:38.000Z (over 3 years ago)
- Last Synced: 2025-01-27T17:54:04.127Z (4 months ago)
- Topics: altwalker, jenkins, pipeline
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# altwalker-jenkins-example
This is an example of a simple Jenkins Pipeline for AltWalker.
You can find a tutorial on how to setup a Jenkins CI/CD pipeline for AltWalker [here](https://dev.to/robert96/setup-a-jenkins-pipeline-for-your-altwalker-tests-200h).
## Running the tests
```
$ altwalker online tests -m models/model.json "random(vertex_coverage(100))" --report-xml
```## License
This project is licensed under the [MIT License](LICENSE).