Filip Pytloun | 3a1e3d3 | 2017-02-23 15:02:54 +0100 | [diff] [blame] | 1 | classes: |
| 2 | - service.jenkins.support |
| 3 | - service.jenkins.client |
| 4 | parameters: |
Filip Pytloun | 3290c58 | 2017-03-09 11:17:33 +0100 | [diff] [blame] | 5 | _param: |
| 6 | jenkins_client_user: none |
| 7 | jenkins_client_password: none |
| 8 | jenkins_master_host: ${_param:control_vip_address} |
| 9 | jenkins_master_port: 8081 |
Filip Pytloun | 3a1e3d3 | 2017-02-23 15:02:54 +0100 | [diff] [blame] | 10 | jenkins: |
| 11 | client: |
| 12 | master: |
Filip Pytloun | 3290c58 | 2017-03-09 11:17:33 +0100 | [diff] [blame] | 13 | host: ${_param:jenkins_master_host} |
| 14 | port: ${_param:jenkins_master_port} |
| 15 | user: ${_param:jenkins_client_user} |
| 16 | password: ${_param:jenkins_client_password} |
Filip Pytloun | c964e6e | 2017-03-15 18:59:43 +0100 | [diff] [blame] | 17 | plugin: |
Filip Pytloun | 4b8fa1b | 2017-03-16 14:44:05 +0100 | [diff] [blame] | 18 | ansicolor: {} |
Filip Pytloun | c964e6e | 2017-03-15 18:59:43 +0100 | [diff] [blame] | 19 | build-blocker-plugin: {} |
Filip Pytloun | 4b8fa1b | 2017-03-16 14:44:05 +0100 | [diff] [blame] | 20 | build-monitor-plugin: {} |
| 21 | build-user-vars-plugin: {} |
| 22 | categorized-view: {} |
| 23 | description-setter: {} |
| 24 | discard-old-build: {} |
| 25 | docker-workflow: {} |
| 26 | extended-choice-parameter: {} |
| 27 | gerrit-trigger: {} |
Filip Pytloun | af7a5ed | 2017-03-16 16:10:58 +0100 | [diff] [blame] | 28 | git: {} |
Filip Pytloun | c964e6e | 2017-03-15 18:59:43 +0100 | [diff] [blame] | 29 | heavy-job: {} |
Filip Pytloun | 4b8fa1b | 2017-03-16 14:44:05 +0100 | [diff] [blame] | 30 | matrix-auth: {} |
| 31 | monitoring: {} |
| 32 | pipeline-utility-steps: {} |
| 33 | rebuild: {} |
| 34 | simple-theme-plugin: {} |
| 35 | slack: {} |
| 36 | test-stability: {} |
| 37 | timestamper: {} |
Filip Pytloun | c964e6e | 2017-03-15 18:59:43 +0100 | [diff] [blame] | 38 | workflow-cps: {} |
| 39 | workflow-remote-loader: {} |
Filip Pytloun | 4b8fa1b | 2017-03-16 14:44:05 +0100 | [diff] [blame] | 40 | workflow-scm-step: |
| 41 | restart: true |
Filip Pytloun | 1aad792 | 2017-03-16 14:42:03 +0100 | [diff] [blame] | 42 | lib: |
| 43 | pipeline-library: |
| 44 | enabled: true |
| 45 | url: ${_param:jenkins_gerrit_url}/mcp-ci/pipeline-library |
| 46 | credential_id: gerrit |
Jakub Josef | 42ceeda | 2017-03-22 18:22:25 +0100 | [diff] [blame] | 47 | approved_scripts: |
| 48 | - field java.lang.String value |
| 49 | - field java.util.ArrayList size |
| 50 | - method com.cloudbees.jenkins.plugins.sshcredentials.SSHUserPrivateKey getPrivateKey |
| 51 | - method com.cloudbees.plugins.credentials.common.IdCredentials getId |
| 52 | - method com.cloudbees.plugins.credentials.common.PasswordCredentials getPassword |
| 53 | - method com.cloudbees.plugins.credentials.common.UsernameCredentials getUsername |
| 54 | - method groovy.json.JsonBuilder toPrettyString |
| 55 | - method groovy.json.JsonSlurperClassic parseText java.lang.String |
| 56 | - method groovy.lang.GString getBytes |
| 57 | - method groovy.lang.GroovyObject getProperty java.lang.String |
| 58 | - method hudson.model.Run getEnvironment |
| 59 | - method java.io.File getAbsolutePath |
| 60 | - method java.io.File getName |
| 61 | - method java.io.File getParent |
| 62 | - method java.io.Writer write java.lang.String |
| 63 | - method java.lang.AutoCloseable close |
| 64 | - method java.lang.Class isInstance java.lang.Object |
| 65 | - method java.lang.Iterable iterator |
| 66 | - method java.net.HttpURLConnection getResponseCode |
| 67 | - method java.net.HttpURLConnection setRequestMethod java.lang.String |
| 68 | - method java.net.URI getHost |
| 69 | - method java.net.URI getPort |
| 70 | - method java.net.URL openConnection |
| 71 | - method java.net.URLConnection getHeaderField java.lang.String |
| 72 | - method java.net.URLConnection getInputStream |
| 73 | - method java.net.URLConnection getOutputStream |
| 74 | - method java.net.URLConnection setDoOutput boolean |
| 75 | - method java.net.URLConnection setRequestProperty java.lang.String java.lang.String |
| 76 | - method java.util.LinkedHashMap$LinkedHashIterator hasNext |
| 77 | - method java.util.Map size |
| 78 | - method java.util.regex.MatchResult group int |
| 79 | - method java.util.regex.Matcher matches |
| 80 | - method java.util.regex.Pattern matcher java.lang.CharSequence |
| 81 | - method org.jenkinsci.plugins.workflow.job.WorkflowRun doStop |
| 82 | - method org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper build |
| 83 | - new groovy.json.JsonBuilder java.lang.Object |
| 84 | - new groovy.json.JsonSlurperClassic |
| 85 | - new java.io.File java.lang.String |
| 86 | - new java.io.OutputStreamWriter java.io.OutputStream |
| 87 | - new java.lang.Exception java.lang.String |
| 88 | - new java.lang.InterruptedException |
| 89 | - new java.net.URI java.lang.String |
| 90 | - new java.util.Date |
| 91 | - staticField groovy.io.FileType FILES |
| 92 | - staticMethod com.cloudbees.plugins.credentials.CredentialsProvider lookupCredentials java.lang.Class hudson.model.ItemGroup |
| 93 | - staticMethod java.lang.System getenv java.lang.String |
| 94 | - staticMethod jenkins.model.Jenkins getInstance |
| 95 | - staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods collect java.util.Map groovy.lang.Closure |
| 96 | - staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods eachFile java.io.File groovy.io.FileType groovy.lang.Closure |
| 97 | - staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods get java.util.Map java.lang.Object java.lang.Object |
| 98 | - staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods getAt java.lang.Iterable int |
| 99 | - staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods getAt java.lang.String int |
| 100 | - staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods getBytes java.io.File |
| 101 | - staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods getText java.io.InputStream |
| 102 | - staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods hasProperty java.lang.Object java.lang.String |
| 103 | - staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods iterator java.lang.Object |
| 104 | - staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods iterator java.lang.Object[] |
| 105 | - staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods plus java.util.List java.lang.Iterable |
| 106 | - staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods plus java.util.List java.lang.Object |
| 107 | - staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods plus java.util.List java.util.Collection |
| 108 | - staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods putAt java.lang.Object java.lang.String java.lang.Object |
| 109 | - staticMethod org.codehaus.groovy.runtime.EncodingGroovyMethods encodeBase64 byte[] |
| 110 | - staticMethod org.codehaus.groovy.runtime.ScriptBytecodeAdapter bitwiseNegate java.lang.Object |
| 111 | - staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods println java.lang.Object java.lang.Object |
| 112 | - method hudson.PluginWrapper getShortName |
| 113 | - method hudson.PluginManager getPlugins |
| 114 | - method jenkins.model.Jenkins getPluginManager |
| 115 | - method hudson.model.ItemGroup getItem java.lang.String |
| 116 | - method hudson.model.Job getLastBuild |
| 117 | - method hudson.model.Run getResult |
| 118 | - method hudson.model.Job getBuilds |
| 119 | - staticMethod java.lang.String format java.lang.String java.lang.Object[] |
| 120 | - staticMethod java.util.regex.Pattern quote java.lang.String |
| 121 | - staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods findAll java.util.List groovy.lang.Closure |
| 122 | - staticMethod org.codehaus.groovy.runtime.DefaultGroovyMethods find java.util.Collection groovy.lang.Closure |
| 123 | - method java.util.Collection remove java.lang.Object |
| 124 | - staticMethod java.lang.System exit int |
| 125 | - method hudson.model.ItemGroup getItems |
| 126 | - method hudson.model.Item getName |
| 127 | - method java.util.Map remove java.lang.Object |
| 128 | - staticMethod java.lang.System getProperty java.lang.String |
| 129 | - staticMethod java.lang.Integer valueOf java.lang.String |
| 130 | - method java.util.List subList int int |
| 131 | |