Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmedalaa14/java-maven-app
Full CI/CD Project.
https://github.com/ahmedalaa14/java-maven-app
groovy-script java jenkins
Last synced: 5 days ago
JSON representation
Full CI/CD Project.
- Host: GitHub
- URL: https://github.com/ahmedalaa14/java-maven-app
- Owner: ahmedalaa14
- Created: 2024-02-22T14:59:28.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-07-01T09:25:23.000Z (7 months ago)
- Last Synced: 2024-12-06T07:13:01.080Z (2 months ago)
- Topics: groovy-script, java, jenkins
- Language: Java
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java-maven-app
- The repository contains a simple Java application which outputs the string "Welcome to Java Maven Application" and is accompanied by a couple of unit tests to check that the main application works as expected. The results of these tests are saved to a JUnit XML report.
- The `jenkins` directory contains an example of the `Jenkinsfile` (i.e. Pipeline)
you'll be creating yourself during the tutorial and the `scripts` subdirectory
contains a shell script with commands that are executed when Jenkins processes
the "Deliver" stage of your Pipeline.