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 13, 2019
1 parent 9c2ea27 commit 09ccc5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions environment/templates/fabric8-tenant-jenkins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ 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 getPlugin java.lang.String</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 +522,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 09ccc5c

Please sign in to comment.