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

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

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 ;)