https://github.com/robert-96/altwalker-jenkins-dotnet-example
An example of a simple Jenkins Pipeline for AltWalker.
https://github.com/robert-96/altwalker-jenkins-dotnet-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-dotnet-example
- Owner: Robert-96
- License: mit
- Created: 2021-09-20T14:38:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T22:11:06.000Z (over 1 year ago)
- Last Synced: 2025-01-27T17:54:01.513Z (4 months ago)
- Topics: altwalker, jenkins, pipeline
- Language: C#
- Homepage:
- Size: 7.81 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 --language dotnet -m models/model.json "random(vertex_coverage(100))" --report-xml
```## License
This project is licensed under the [MIT License](LICENSE).