Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Move from h0tbird to katosys
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tbird committed Jul 19, 2016
1 parent 4b26b8d commit 1769e4c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker-jenkins

[![Build Status](https://travis-ci.org/h0tbird/docker-jenkins.svg?branch=master)](https://travis-ci.org/h0tbird/docker-jenkins)
[![Build Status](https://travis-ci.org/katosys/docker-jenkins.svg?branch=master)](https://travis-ci.org/katosys/docker-jenkins)

This is a Mesos-aware containerized jenkins server.

Expand All @@ -27,7 +27,7 @@ docker run -it --rm \
--name jenkins \
--volume ${PWD}/jenkins_data:/var/lib/jenkins \
--publish 8080:8282 \
h0tbird/jenkins:v2.13-1
katosys/jenkins:v2.13-1
```

### Over provisioning flags
Expand Down
2 changes: 1 addition & 1 deletion bin/build
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

docker build --rm -t h0tbird/jenkins .
docker build --rm -t katosys/jenkins .
2 changes: 1 addition & 1 deletion marathon.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"container": {
"type": "DOCKER",
"docker": {
"image": "h0tbird/jenkins:v2.14-1",
"image": "katosys/jenkins:v2.14-1",
"network": "BRIDGE",
"portMappings": [
{ "containerPort": 80, "hostPort": 0 }
Expand Down
2 changes: 1 addition & 1 deletion rootfs/var/lib/jenkins/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<defaultSlave>false</defaultSlave>
<containerInfo>
<type>DOCKER</type>
<dockerImage>h0tbird/jenkins-slave</dockerImage>
<dockerImage>katosys/jenkins-slave</dockerImage>
<volumes>
<org.jenkinsci.plugins.mesos.MesosSlaveInfo_-Volume>
<containerPath>/usr/bin/docker</containerPath>
Expand Down

0 comments on commit 1769e4c

Please sign in to comment.