Skip to content

configuration items

vahidhedayati edited this page Nov 18, 2014 · 3 revisions

All required configuration items trimmed down - required for your Config.groovy

jenkins.timeout = 0
jenkins.wshostname = (System.getProperty('SERVERURL') ?: 'localhost')+":8080"
jenkins.http.connection.timeout=10
jenkins.http.socket.timeout=30
jenkins.hideLoginPage = 'no'
jenkins.consoleLog = '/consoleFull'
jenkins.buildend = '/build?delay=0sec'
jenkins.progressiveuri = '/logText/progressiveHtml'
jenkins.hideButtons = 'no'
jenkins.hideTriggerButton = 'no'
jenkins.hideDashBoardButton = 'no'

// process url configs 
jenkins.processurl = ""
jenkins.wsprocessurl = ""
jenkins.wsprocessname = "Deploy"
// Auto submit wsprocess url ?
jenkins.autosubmit = "yes"
jenkins.process.on.success = true
jenkins.show.build.only.button = "yes"

// jira summary options
jenkins.sendSummary = false
jenkins.showsummary = "yes"
jenkins.sendtoJira = 'yes'
jenkins.jiraServer = 'http://jira-test.yourdomain.com'
jenkins.jiraUser = 'automation_account'
jenkins.jiraPass = 'automation_account_password'
jenkins.jira.AccessUri = "/browse/"
jenkins.jiraSendType = 'comment' 
//jenkins.customField = '12330'
 
jenkins.sendApi = true 
jenkins.sendChangeSet = true
jenkins.sendCulprits = true
jenkins.sendFdn = true 
jenkins.sendBuildId = true 
jenkins.sendBuildUser = true

jenkins.sendChanges = true 

jenkins.sendParseConsole = true  
jenkins.parseBuildingWorkSpace = true  
jenkins.parseBuilding = true 
jenkins.parseDoneCreating = true 
jenkins.parseLastTrans = true 

jenkins.summaryViewButtons = "yes"
jenkins.summaryFileButton = "yes"
jenkins.summaryChangesButton = "yes"
jenkins.jiraButtons = "yes"
jenkins.jiraOverwriteButton = "yes"
jenkins.jiraAppendButton = "yes"
jenkins.jiraCommentButton = "yes"

Clone this wiki locally