Sha256: d60951f9c3f3ca0863512a8930eece540e3012d3a098e7eac59ba993e32ae497
Contents?: true
Size: 1.86 KB
Versions: 4878
Compression:
Stored size: 1.86 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> <hudson.plugins.disk__usage.DiskUsageProperty plugin="disk-usage@0.28"/> <org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty plugin="gitbucket@0.8"> <linkEnabled>false</linkEnabled> </org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty> <com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty plugin="gitlab-plugin@1.4.8"> <gitLabConnection></gitLabConnection> </com.dabsquared.gitlabjenkins.connection.GitLabConnectionProperty> </properties> <scm class="hudson.scm.NullSCM"/> <canRoam>true</canRoam> <disabled>true</disabled> <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> <triggers/> <concurrentBuild>false</concurrentBuild> <builders> <hudson.tasks.Shell> <command>/usr/local/bin/ssllabs-scan <DOMAIN></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/ssllabs-scan.rules</parsingRulesPath> <useProjectRule>false</useProjectRule> </hudson.plugins.logparser.LogParserPublisher> </publishers> <buildWrappers/> </project>
Version data entries
4,878 entries across 813 versions & 1 rubygems