Skip to content

Instantly share code, notes, and snippets.

@bhush9
Created January 1, 2016 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhush9/d2c45567b5caf1e98ebf to your computer and use it in GitHub Desktop.
Save bhush9/d2c45567b5caf1e98ebf to your computer and use it in GitHub Desktop.
config for arch_plasma-mobile_iso jenkins job
<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
<description>Jenkins job to generate Arch Linux based ISO for plasma mobile</description>
<keepDependencies>false</keepDependencies>
<properties>
<hudson.plugins.buildblocker.BuildBlockerProperty plugin="build-blocker-plugin@1.7.1">
<useBuildBlocker>false</useBuildBlocker>
</hudson.plugins.buildblocker.BuildBlockerProperty>
<org.jenkinsci.plugins.gitlablogo.GitlabLogoProperty plugin="gitlab-logo@1.0.1">
<repositoryName></repositoryName>
</org.jenkinsci.plugins.gitlablogo.GitlabLogoProperty>
<org.bstick12.jenkinsci.plugins.leastload.LeastLoadDisabledProperty plugin="leastload@1.0.3">
<leastLoadDisabled>false</leastLoadDisabled>
</org.bstick12.jenkinsci.plugins.leastload.LeastLoadDisabledProperty>
<hudson.plugins.throttleconcurrents.ThrottleJobProperty plugin="throttle-concurrents@1.8.4">
<maxConcurrentPerNode>0</maxConcurrentPerNode>
<maxConcurrentTotal>0</maxConcurrentTotal>
<categories/>
<throttleEnabled>false</throttleEnabled>
<throttleOption>project</throttleOption>
<configVersion>1</configVersion>
</hudson.plugins.throttleconcurrents.ThrottleJobProperty>
</properties>
<scm class="hudson.plugins.git.GitSCM" plugin="git@2.4.0">
<configVersion>2</configVersion>
<userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig>
<url>https://github.com/blue-systems/plasma-arch.git</url>
</hudson.plugins.git.UserRemoteConfig>
</userRemoteConfigs>
<branches>
<hudson.plugins.git.BranchSpec>
<name>*/master</name>
</hudson.plugins.git.BranchSpec>
</branches>
<doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations>
<submoduleCfg class="list"/>
<extensions/>
</scm>
<assignedNode>master</assignedNode>
<canRoam>false</canRoam>
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers/>
<concurrentBuild>false</concurrentBuild>
<builders>
<hudson.tasks.Shell>
<command>env
docker info
docker ps
mkdir -p $WORKSPACE/pkg
docker run --rm=true --privileged=true -v `pwd`:/tmp/working -v $WORKSPACE/pkg:/var/cache/pacman base/archlinux /tmp/working/ci_setup.sh
scp out/*.iso ubuntu@arch.pangea.pub:/var/www/ISO/plasma-mobile/</command>
</hudson.tasks.Shell>
</builders>
<publishers>
<hudson.plugins.descriptionsetter.DescriptionSetterPublisher plugin="description-setter@1.10">
<regexp>BUILD - \[([^\]]*)\] \((http[^\)]*)\) \[([^\]]*)\] \((http[^\)]*)\) \[([^\]]*)\] \((http[^\)]*)\)</regexp>
<regexpForFailed></regexpForFailed>
<description>&lt;a href=&quot;\2&quot;&gt;[\1]&lt;/a&gt; &lt;a href=&quot;\4&quot;&gt;[\3]&lt;/a&gt; &lt;a href=&quot;\6&quot;&gt;[\5]&lt;/a&gt;</description>
<setForMatrix>false</setForMatrix>
</hudson.plugins.descriptionsetter.DescriptionSetterPublisher>
<ru.snowleos.jenkins.anchorchain.LinksPublisher plugin="AnchorChain@1.0">
<name>chain</name>
</ru.snowleos.jenkins.anchorchain.LinksPublisher>
</publishers>
<buildWrappers>
<hudson.plugins.timestamper.TimestamperBuildWrapper plugin="timestamper@1.7.2"/>
<hudson.plugins.ansicolor.AnsiColorBuildWrapper plugin="ansicolor@0.4.2">
<colorMapName>xterm</colorMapName>
</hudson.plugins.ansicolor.AnsiColorBuildWrapper>
</buildWrappers>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment