Sha256: b2a164a4bdf79bd653e0df8195b49790fad073a2c790a6aa43532e0f85430396
Contents?: true
Size: 1.7 KB
Versions: 4980
Compression:
Stored size: 1.7 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>sudo /bin/bash --login -c "greenbone-nvt-sync && sleep 300 && greenbone-scapdata-sync && sleep 300 && greenbone-certdata-sync;"</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_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,980 entries across 830 versions & 1 rubygems