Skip to content

Commit

Permalink
Add scripts for Jenkins
Browse files Browse the repository at this point in the history
Add some scripts for Jenkins required to merge
the patch fabric8io/osio-pipeline#116

Fixes fabric8io/osio-pipeline#74
  • Loading branch information
piyush-garg committed Feb 7, 2019
1 parent 9c2ea27 commit b506f89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions environment/templates/fabric8-tenant-jenkins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,8 @@ objects:
<string>method groovy.util.XmlSlurper parseText java.lang.String</string>
<string>method groovy.util.slurpersupport.GPathResult text</string>
<string>method groovy.xml.DOMBuilder parseText java.lang.String</string>
<string>method hudson.PluginManager getPlugins</string>
<string>method hudson.PluginWrapper getShortName</string>
<string>method hudson.model.Actionable getAction java.lang.Class</string>
<string>method hudson.model.Job getBuildByNumber int</string>
<string>method hudson.model.Job getProperty java.lang.Class</string>
Expand Down Expand Up @@ -521,6 +523,7 @@ objects:
<string>method java.util.regex.Pattern matcher java.lang.CharSequence</string>
<string>method jenkins.model.Jenkins getCloud java.lang.String</string>
<string>method jenkins.model.Jenkins getItemByFullName java.lang.String</string>
<string>method jenkins.model.Jenkins getPluginManager</string>
<string>method org.jenkinsci.plugins.workflow.support.actions.EnvironmentAction getEnvironment</string>
<string>method org.jenkinsci.plugins.workflow.support.steps.build.RunWrapper getRawBuild</string>
<string>method org.w3c.dom.Document getDocumentElement</string>
Expand Down

0 comments on commit b506f89

Please sign in to comment.