Sha256: b952b1e11e0ed4da53a202d558e0ed6848d4e2e7028ee4aa94a0f29e45ed0fbf
Contents?: true
Size: 1.62 KB
Versions: 4752
Compression:
Stored size: 1.62 KB
Contents
<?xml version='1.0' encoding='UTF-8'?> <project> <actions/> <description></description> <keepDependencies>false</keepDependencies> <properties> <jenkins.model.BuildDiscarderProperty> <strategy class="hudson.tasks.LogRotator"> <daysToKeep>-1</daysToKeep> <numToKeep>9</numToKeep> <artifactDaysToKeep>-1</artifactDaysToKeep> <artifactNumToKeep>-1</artifactNumToKeep> </strategy> </jenkins.model.BuildDiscarderProperty> </properties> <scm class="hudson.scm.NullSCM"/> <canRoam>true</canRoam> <disabled>false</disabled> <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> <triggers/> <concurrentBuild>false</concurrentBuild> <builders> <hudson.tasks.Shell> <command>/bin/bash --login -c "cd $PWN_ROOT && ./vagrant/provisioners/pwn.sh"</command> </hudson.tasks.Shell> </builders> <publishers> <hudson.plugins.logparser.LogParserPublisher plugin="log-parser@2.0"> <unstableOnWarning>true</unstableOnWarning> <failBuildOnError>true</failBuildOnError> <showGraphs>true</showGraphs> <parsingRulesPath>$PWN_ROOT/userland/$PWN_PROVDER/jenkins/log_parser_rules/self_update.rules</parsingRulesPath> <useProjectRule>false</useProjectRule> </hudson.plugins.logparser.LogParserPublisher> </publishers> <buildWrappers> <hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@0.5.0"> <colorMapName>xterm</colorMapName> </hudson.plugins.ansicolor.AnsiColorBuildWrapper> </buildWrappers> </project>
Version data entries
4,752 entries across 792 versions & 1 rubygems