Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinharringa/ossdreamforce2017
Scripts/automation for Docker Image Updater and Jenkins Argus Notifier plugin demos
https://github.com/justinharringa/ossdreamforce2017
Last synced: 7 days ago
JSON representation
Scripts/automation for Docker Image Updater and Jenkins Argus Notifier plugin demos
- Host: GitHub
- URL: https://github.com/justinharringa/ossdreamforce2017
- Owner: justinharringa
- Created: 2017-10-26T05:46:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T06:32:44.000Z (about 7 years ago)
- Last Synced: 2024-11-08T13:52:14.353Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 177 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OSS Dreamforce 2017 - Docker Image Updater / Jenkins Argus Notifier Plugin
Scripts and automation to set up the following:
* [Jenkins](https://jenkins.io/) with the [Argus Notifier plugin](https://plugins.jenkins.io/argus-notifier)
* [Argus](https://github.com/salesforce/Argus)# Getting Started
To deploy, just run `./deploy_me.sh` from the root of this repo.# Individual Services
## Jenkins
You can just re-build and deploy Jenkins by running the `jenkins/build_and_deploy.sh` script.### Automation
The script will set up `/var/lib/jenkins` and will set up a user/group of jenkins with uid/gid of 1000.
Sorry, `/var/lib/jenkins` isn't incredibly dynamic at the moment. :smile:# Dependencies
You need the following installed on your system:
* Docker
* Docker Compose