metacran/dokku-rocker-jenkins-cranatgh

Name: dokku-rocker-jenkins-cranatgh

Owner: metacran

Description: R + Jenkins + cranatgh package @ Dokku

Created: 2015-12-30 13:24:45.0

Updated: 2015-12-30 13:26:14.0

Pushed: 2015-12-31 12:16:39.0

Homepage: null

Size: 6

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Jenkins plugin for Dokku

Project: https://github.com/progrium/dokku

Installation
var/lib/dokku/plugins
clone https://github.com/alessio/dokku-jenkins jenkins
u plugins-install
Commands
kku help
jenkins:info             Display container information
jenkins:logs             Display last logs from Jenkins container
jenkins:start            Start Jenkins
jenkins:stop             Stop Jenkins
Usage

Start Jenkins:

kku jenkins:start
ins has started

   Host: 10.0.3.159
   Public port: 8080
   Public port for attached slave agents: 50000

Inspect container's logfile:

kku jenkins:logs
-01-28T09:18:27.658790619Z /usr/share/jenkins/ref/init.groovy.d/tcp-slave-angent-port.groovy
-01-28T09:18:27.667692697Z  /usr/share/jenkins/ref/init.groovy.d/tcp-slave-angent-port.groovy -> init.groovy.d/tcp-slave-angent-port.groovy
-01-28T09:18:27.667817292Z copy init.groovy.d/tcp-slave-angent-port.groovy to JENKINS_HOME
-01-28T09:18:28.219838149Z Running from: /usr/share/jenkins/jenkins.war
-01-28T09:18:28.225358960Z webroot: EnvVars.masterEnvVars.get("JENKINS_HOME")
-01-28T09:18:28.614153281Z Jan 28, 2015 9:18:28 AM winstone.Logger logInternal
-01-28T09:18:28.614153281Z INFO: Beginning extraction from war file
-01-28T09:18:29.994872790Z Jan 28, 2015 9:18:29 AM org.eclipse.jetty.util.log.JavaUtilLog info
-01-28T09:18:29.994872790Z INFO: jetty-winstone-2.8
-01-28T09:18:32.285196787Z Jan 28, 2015 9:18:32 AM org.eclipse.jetty.util.log.JavaUtilLog info
-01-28T09:18:32.285196787Z INFO: NO JSP Support for , did not find org.apache.jasper.servlet.JspServlet
-01-28T09:18:33.166819441Z Jenkins home directory: /var/jenkins_home found at: EnvVars.masterEnvVars.get("JENKINS_HOME")

Stop a running Jenkins container:

kku jenkins:stop
ins has stopped.

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.