GitXplorerGitXplorer
w

Jenkins-And-swift

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
a5273e930bff77301528b57a3711a2f453e918d2

Added the README file

wwassimseif committed 8 years ago
Unverified
819ca7bcb9e294ba7409f9ea66f399298474b20b

Comment Error

wwassimseif committed 8 years ago
Unverified
b1f0df52056092b4e0514e10c81d97a6ff48a123

Update Dockerfile

wwassimseif committed 8 years ago
Unverified
8c6ed365516123e2820615b5fb023bde04a43dc4

First Attempt

wwassimseif committed 8 years ago
Unverified
8ddad22319e31742067f594064d8b91657ace9ff

added empty dockerfile

wwassimseif committed 8 years ago
Unverified
10a10d2b5e563cb8e8412a51427eb8fbc151393d

Initial commit

wwassimseif committed 8 years ago

README

The README file for this repository.

Jenkins-And-swift

Dockerfile for an image with jenkins and swift inside This Dockerfile builds an image for that contains the latest version jenkins and swift(DEVELOPMENT-SNAPSHOT-2016-07-25-a-ubuntu14.04. I have written this Dockerfile for using jenkins and CI/CD for swift projects without dealing with ephemeral docker swarm.

How to use

  1. Make sure docker is installed. version 1.12 and later
  2. git clone git@github.com:wassimseif/Jenkins-And-swift.git && cdJenkins-And-swift
  3. docker build -t jenkins-swift -f Dockerfile .
  4. docker run --name jenkins-swift -d -p 8080:8080 jenkins-swift
  5. Head to http://"your ip address":8080