Sha256: 599c512f97e537a178f2eb39788c3def1e0e5e84029ca61040881a9fd53e36df
Contents?: true
Size: 1.03 KB
Versions: 14
Compression:
Stored size: 1.03 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <project> <actions/> <description>Do not edit this job through the web!</description> <keepDependencies>false</keepDependencies> <properties> <hudson.model.ParametersDefinitionProperty> <parameterDefinitions> <hudson.model.StringParameterDefinition> <name>param1</name> <description>Some description</description> <defaultValue></defaultValue> </hudson.model.StringParameterDefinition> </parameterDefinitions> </hudson.model.ParametersDefinitionProperty> </properties> <scm class="hudson.scm.NullSCM"/> <canRoam>true</canRoam> <disabled>false</disabled> <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> <triggers class="vector"/> <concurrentBuild>false</concurrentBuild> <builders> <hudson.tasks.Shell> <command>run.sh </command> </hudson.tasks.Shell> </builders> <publishers/> <buildWrappers/> </project>
Version data entries
14 entries across 14 versions & 1 rubygems