-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
332 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<?xml version='1.1' encoding='UTF-8'?> | ||
<project> | ||
<actions/> | ||
<description></description> | ||
<displayName>Seed Job Generator</displayName> | ||
<keepDependencies>false</keepDependencies> | ||
<properties/> | ||
<scm class="hudson.plugins.git.GitSCM" plugin="git@4.0.0-SNAPSHOT"> | ||
<configVersion>2</configVersion> | ||
<userRemoteConfigs> | ||
<hudson.plugins.git.UserRemoteConfig> | ||
<url>https://github.com/gimp-ci/jenkins-dsl</url> | ||
</hudson.plugins.git.UserRemoteConfig> | ||
</userRemoteConfigs> | ||
<branches> | ||
<hudson.plugins.git.BranchSpec> | ||
<name>refs/heads/master</name> | ||
</hudson.plugins.git.BranchSpec> | ||
</branches> | ||
<doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations> | ||
<submoduleCfg class="list"/> | ||
<extensions> | ||
<hudson.plugins.git.extensions.impl.WipeWorkspace/> | ||
</extensions> | ||
</scm> | ||
<canRoam>true</canRoam> | ||
<disabled>false</disabled> | ||
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> | ||
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> | ||
<triggers/> | ||
<concurrentBuild>false</concurrentBuild> | ||
<builders> | ||
<javaposse.jobdsl.plugin.ExecuteDslScripts plugin="job-dsl@1.69"> | ||
<targets>jobs/*.groovy</targets> | ||
<usingScriptText>false</usingScriptText> | ||
<sandbox>false</sandbox> | ||
<ignoreExisting>false</ignoreExisting> | ||
<ignoreMissingFiles>false</ignoreMissingFiles> | ||
<failOnMissingPlugin>true</failOnMissingPlugin> | ||
<unstableOnDeprecation>true</unstableOnDeprecation> | ||
<removedJobAction>IGNORE</removedJobAction> | ||
<removedViewAction>IGNORE</removedViewAction> | ||
<removedConfigFilesAction>IGNORE</removedConfigFilesAction> | ||
<lookupStrategy>JENKINS_ROOT</lookupStrategy> | ||
</javaposse.jobdsl.plugin.ExecuteDslScripts> | ||
</builders> | ||
<publishers/> | ||
<buildWrappers/> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
lockable_resources = [ | ||
[ | ||
name: 'update-git-cache', | ||
description: 'Lock to prevent multiple jobs from updating the git cache at once.' | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
pipeline_shared_libraries = [ | ||
'GIMP Pipeline Library': [ | ||
'defaultVersion': 'master', | ||
'implicit': true, | ||
'allowVersionOverride': false, | ||
'includeInChangesets': true, | ||
'scm': [ | ||
'remote': 'https://github.com/gimp-ci/jenkins-dsl' | ||
] | ||
] | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.1" encoding="UTF-8"?> | ||
<hudson.model.ListView> | ||
<name>Build Pipelines</name> | ||
<filterExecutors>false</filterExecutors> | ||
<filterQueue>false</filterQueue> | ||
<properties class="hudson.model.View$PropertyList"/> | ||
<jobNames> | ||
<comparator class="hudson.util.CaseInsensitiveComparator"/> | ||
</jobNames> | ||
<jobFilters> | ||
<hudson.views.JobTypeFilter plugin="view-job-filters@1.27"> | ||
<includeExcludeTypeString>includeMatched</includeExcludeTypeString> | ||
<jobType>org.jenkinsci.plugins.pipeline.multibranch.defaults.PipelineMultiBranchDefaultsProject</jobType> | ||
</hudson.views.JobTypeFilter> | ||
</jobFilters> | ||
<columns> | ||
<hudson.views.StatusColumn/> | ||
<hudson.views.WeatherColumn/> | ||
<hudson.views.JobColumn/> | ||
<hudson.views.LastSuccessColumn/> | ||
<hudson.views.LastFailureColumn/> | ||
<hudson.views.LastDurationColumn/> | ||
<hudson.views.BuildButtonColumn/> | ||
</columns> | ||
<includeRegex>[^_].*</includeRegex> | ||
<recurse>false</recurse> | ||
</hudson.model.ListView> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.1" encoding="UTF-8"?> | ||
<hudson.model.ListView> | ||
<name>Maintenance</name> | ||
<filterExecutors>false</filterExecutors> | ||
<filterQueue>false</filterQueue> | ||
<properties class="hudson.model.View$PropertyList"/> | ||
<jobNames> | ||
<comparator class="hudson.util.CaseInsensitiveComparator"/> | ||
</jobNames> | ||
<jobFilters/> | ||
<columns> | ||
<hudson.views.StatusColumn/> | ||
<hudson.views.WeatherColumn/> | ||
<hudson.views.JobColumn/> | ||
<hudson.views.LastSuccessColumn/> | ||
<hudson.views.LastFailureColumn/> | ||
<hudson.views.LastDurationColumn/> | ||
<hudson.views.BuildButtonColumn/> | ||
</columns> | ||
<includeRegex>^_.*</includeRegex> | ||
<recurse>false</recurse> | ||
</hudson.model.ListView> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?xml version="1.1" encoding="UTF-8"?> | ||
<hudson.plugins.view.dashboard.Dashboard plugin="dashboard-view@2.9.11"> | ||
<name>Status Overview</name> | ||
<filterExecutors>false</filterExecutors> | ||
<filterQueue>false</filterQueue> | ||
<properties class="hudson.model.View$PropertyList"/> | ||
<jobNames> | ||
<comparator class="hudson.util.CaseInsensitiveComparator"/> | ||
</jobNames> | ||
<jobFilters> | ||
<hudson.views.JobTypeFilter plugin="view-job-filters@1.27"> | ||
<includeExcludeTypeString>includeMatched</includeExcludeTypeString> | ||
<jobType>org.jenkinsci.plugins.workflow.job.WorkflowJob</jobType> | ||
</hudson.views.JobTypeFilter> | ||
</jobFilters> | ||
<columns/> | ||
<recurse>true</recurse> | ||
<useCssStyle>false</useCssStyle> | ||
<includeStdJobList>false</includeStdJobList> | ||
<hideJenkinsPanels>false</hideJenkinsPanels> | ||
<leftPortletWidth>50%</leftPortletWidth> | ||
<rightPortletWidth>50%</rightPortletWidth> | ||
<leftPortlets/> | ||
<rightPortlets/> | ||
<topPortlets> | ||
<hudson.plugins.view.dashboard.core.JobsPortlet> | ||
<id>dashboard_portlet_8806</id> | ||
<name>Jobs Grid</name> | ||
<columnCount>2</columnCount> | ||
<fillColumnFirst>true</fillColumnFirst> | ||
</hudson.plugins.view.dashboard.core.JobsPortlet> | ||
<hudson.plugins.view.dashboard.core.UnstableJobsPortlet> | ||
<id>dashboard_portlet_9728</id> | ||
<name>Unstable Jobs</name> | ||
<showOnlyFailedJobs>false</showOnlyFailedJobs> | ||
<recurse>true</recurse> | ||
</hudson.plugins.view.dashboard.core.UnstableJobsPortlet> | ||
<hudson.plugins.view.dashboard.builds.LatestBuilds> | ||
<id>dashboard_portlet_30498</id> | ||
<name>Latest builds</name> | ||
<numBuilds>5</numBuilds> | ||
</hudson.plugins.view.dashboard.builds.LatestBuilds> | ||
<org.korosoft.jenkins.plugin.rtp.StaticTextPortlet plugin="rich-text-publisher-plugin@1.4"> | ||
<id>dashboard_portlet_25458</id> | ||
<name>Stay Informed</name> | ||
<text><div style="margin:1em" align="right"><a href="/blue/pipelines"><img alt="Open Blue Ocean" src="/static/8316b8ea/plugin/blueocean-rest-impl/images/48x48/blueocean.png" height="16" border="0" width="16"> Beautifully Rendered Pipelines</a><span style="padding-left:1em"><a href="/legend">Legend</a></span><span style="padding-left:1em"><a href="/rssAll"><img alt="Feed" src="/static/a56acb97/images/atom.gif" height="16" border="0" width="16"> RSS for all</a></span><span style="padding-left:1em"><a href="/rssFailed"><img alt="Feed" src="/static/a56acb97/images/atom.gif" height="16" border="0" width="16"> RSS for failures</a></span><span style="padding-left:1em"><a href="/rssLatest"><img alt="Feed" src="/static/a56acb97/images/atom.gif" height="16" border="0" width="16"> RSS for just latest builds</a></span></div></text> | ||
<richText><div style="margin:1em" align="right"><a href="/blue/pipelines"><img alt="Open Blue Ocean" src="/static/8316b8ea/plugin/blueocean-rest-impl/images/48x48/blueocean.png" height="16" border="0" width="16"> Beautifully Rendered Pipelines</a><span style="padding-left:1em"><a href="/legend">Legend</a></span><span style="padding-left:1em"><a href="/rssAll"><img alt="Feed" src="/static/a56acb97/images/atom.gif" height="16" border="0" width="16"> RSS for all</a></span><span style="padding-left:1em"><a href="/rssFailed"><img alt="Feed" src="/static/a56acb97/images/atom.gif" height="16" border="0" width="16"> RSS for failures</a></span><span style="padding-left:1em"><a href="/rssLatest"><img alt="Feed" src="/static/a56acb97/images/atom.gif" height="16" border="0" width="16"> RSS for just latest builds</a></span></div></richText> | ||
<parserName>HTML</parserName> | ||
</org.korosoft.jenkins.plugin.rtp.StaticTextPortlet> | ||
</topPortlets> | ||
<bottomPortlets/> | ||
</hudson.plugins.view.dashboard.Dashboard> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# THESE BETA PLUGINS ARE REQUIRED BECAUSE OF | ||
# https://github.com/gimp-ci/jenkins-dsl/issues/1 | ||
# Plugins were built in the following environment: | ||
# Ubuntu 16.04.4 LTS | ||
# Linux 4.13.0-41-generic x86_64 | ||
# java version "1.8.0_131" | ||
# Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-24T11:49:05-08:00) | ||
# Default locale: en_US, platform encoding: UTF-8 | ||
# Build Command: | ||
# mvn clean package install | ||
|
||
# built from https://github.com/jenkinsci/git-client-plugin @ b4130534522ba299be8125b416e4237612d5f289 | ||
org.jenkins-ci.plugins:git-client:3.0.0-beta3-SNAPSHOT@hpi | ||
|
||
# built from https://github.com/jenkinsci/git-plugin @ 17705db2da2a01a4680a28ccddd494e4ff6800c8 | ||
# ref: https://github.com/jenkinsci/git-plugin/pull/595 | ||
org.jenkins-ci.plugins:git:4.0.0-SNAPSHOT@hpi |
Oops, something went wrong.