Skip to content

Instantly share code, notes, and snippets.

View recampbell's full-sized avatar

Ryan Campbell recampbell

View GitHub Profile
@recampbell
recampbell / JENKINS-41745-proposal.md
Created April 27, 2017 01:45 — forked from jglick/JENKINS-41745-proposal.md
Proposal for JENKINS-41745: Remoting-free CLI

Summary

JENKINS-41745: Deprecate the Remoting-based protocol for the Jenkins CLI feature. Enhance the client and server to conveniently perform most existing CLI tasks with simpler and safer protocols.

Goals

def qaCatalinaBase = '/opt/apache-tomcat-8-qa'
def qaHttpPort = 8081
def stagingCatalinaBase = '/opt/apache-tomcat-8-staging'
def stagingHttpPort = 8082
def perfsCatalinaBase = '/opt/apache-tomcat-8-perfs'
def perfsHttpPort = 8084
def productionCatalinaBase = '/opt/apache-tomcat-8-production'