https://github.com/pesutak/jagdo
Jenkins JNLP Agent CI build stack
https://github.com/pesutak/jagdo
angular docker dotnet-core jenkins-agent nodejs
Last synced: 2 months ago
JSON representation
Jenkins JNLP Agent CI build stack
- Host: GitHub
- URL: https://github.com/pesutak/jagdo
- Owner: pesutak
- Created: 2019-01-22T13:41:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T14:05:18.000Z (over 7 years ago)
- Last Synced: 2025-03-05T10:50:15.313Z (over 1 year ago)
- Topics: angular, docker, dotnet-core, jenkins-agent, nodejs
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jenkins JNLP Agent CI build stack
contains:
- [Jenkins JNLP Agent](https://hub.docker.com/r/jenkins/jnlp-slave) (latest)
- [Docker CE](https://docs.docker.com/install/) (latest)
- [Node.js](https://nodejs.org/en/) 8.x
- [.NET Core 2.2 SDK](https://www.microsoft.com/net/download?initial-os=linux)
- [Angular CLI](https://cli.angular.io/) (latest)
to run, just type:
```
docker run -d --restart always \
-v /var/run/docker.sock:/var/run/docker.sock \
-v jenkins_agent_home:/home/jenkins \
--name jenkins-agent fixerapps/jagdo \
-url https://jenkins-server:port \
-workDir=/home/jenkins \
-disableHttpsCertValidation
```
Have a Fun ;)