d66cd3e6da
Jenkins configuration wants it as runOnlyOnParent (vs onlyRunOnParent). https://storyboard.openstack.org/#!/story/2001547 Change-Id: Icbf9b44cabe6f111941659ec5b084d44c0fc8a59
11 lines
311 B
XML
11 lines
311 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<buildWrappers>
|
|
<com.lookout.jenkins.EnvironmentScript>
|
|
<script>echo foo=bar</script>
|
|
<scriptType>batchScript</scriptType>
|
|
<runOnlyOnParent>true</runOnlyOnParent>
|
|
</com.lookout.jenkins.EnvironmentScript>
|
|
</buildWrappers>
|
|
</project>
|