jenkins-job-builder/tests/wrappers/fixtures/env-script002.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>
<onlyRunOnParent>true</onlyRunOnParent>
</com.lookout.jenkins.EnvironmentScript>
</buildWrappers>
</project>