An open API service indexing awesome lists of open source software.

https://github.com/ajsalemo/java-war-cicd-examples

Various examples of using CI/CD approaches with war-based Java applications
https://github.com/ajsalemo/java-war-cicd-examples

Last synced: 9 months ago
JSON representation

Various examples of using CI/CD approaches with war-based Java applications

Awesome Lists containing this project

README

          

# java-war-cicd-examples
Various examples of using CI/CD approaches with war-based Java applications

All directories are named after the deployment type and which dependency/build manager is being used.

- For **github-actions-** folders, the pipeline .yaml for GitHub Actions will be under `.github/workflows`.
- For **azure-devops-** folders, the pipeline .yaml for Azure DevOps pipelines will be under `azure-pipelines.yml` in the project root.

Said `.yaml` files will need to be tweaked to point to the application being used.