Sha256: d4fd63006e228ff0b1f040c975dbc895c71919d03eb4009503d4cfd02cfab844
Contents?: true
Size: 1.66 KB
Versions: 4752
Compression:
Stored size: 1.66 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/exploit-db.sh"</command> <unstableReturn>6</unstableReturn> </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_PROVIDER/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