Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shirshadatta/ass2
By looking at the code or program file, Jenkins should automatically start the respective language interpreter installed image container to deploy code
https://github.com/shirshadatta/ass2
jenkins php
Last synced: 22 days ago
JSON representation
By looking at the code or program file, Jenkins should automatically start the respective language interpreter installed image container to deploy code
- Host: GitHub
- URL: https://github.com/shirshadatta/ass2
- Owner: ShirshaDatta
- License: mit
- Created: 2020-05-11T19:57:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T22:16:11.000Z (over 4 years ago)
- Last Synced: 2024-11-19T19:26:50.915Z (3 months ago)
- Topics: jenkins, php
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Task2
1. Create container image that’s has Jenkins installed using dockerfile2. When we launch this image, it should automatically starts Jenkins service in the container.
3. Create a job chain of job1, job2, job3 and job4 using build pipeline plugin in Jenkins
4. Job1 : Pull the Github repo automatically when some developers push repo to Github.
5. Job2 : By looking at the code or program file, Jenkins should automatically start the respective language interpreter installed image container to deploy code ( eg. If code is of PHP, then Jenkins should start the container that has PHP already installed ).
6. Job3 : Test your app if it is working or not.
7. Job4 : if app is not working , then send email to developer with error messages.
8. Create One extra job job5 for monitor : If container where app is running. fails due to any reson then this job should automatically start the container again.