Skip to content

Commit

Permalink
Continuing experiments with Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Apr 9, 2024
1 parent e5bda9a commit 76c1862
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 0 deletions.
Empty file removed jenkins/ex
Empty file.
10 changes: 10 additions & 0 deletions jenkins/job
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
jobs:
- script: >
multibranchPipelineJob('configuration-as-code') {
branchSources {
git {
id = 'configuration-as-code'
remote('https://github.com/jenkinsci/configuration-as-code-plugin.git')
}
}
}
39 changes: 39 additions & 0 deletions jenkins/luwrain.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?><project>
<actions/>
<description>LUWRAIN build process</description>
<keepDependencies>false</keepDependencies>
<properties/>
<scm class="hudson.plugins.git.GitSCM" plugin="[email protected]">
<configVersion>2</configVersion>
<userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig><url>https://github.com/luwrain/parent/</url></hudson.plugins.git.UserRemoteConfig>
</userRemoteConfigs>
<branches>
<hudson.plugins.git.BranchSpec><name>*/master</name></hudson.plugins.git.BranchSpec>
</branches>
<doGenerateSubmoduleConfigurations>true</doGenerateSubmoduleConfigurations>
<submoduleCfg class="list"/>
</scm>
<canRoam>true</canRoam>
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers/>
<concurrentBuild>false</concurrentBuild>
<builders>
<hudson.tasks.Shell>
<command>mvn -s ~/.m2/settings_ci.xml -P ch-qa org.mule.tools.maven:cloudhub-maven-plugin:undeploy


</command>
</hudson.tasks.Shell>
</builders>
<publishers/>
<buildWrappers>
<hudson.plugins.ws__cleanup.PreBuildCleanup plugin="[email protected]">
<deleteDirs>false</deleteDirs>
<cleanupParameter/>
<externalDelete/>
</hudson.plugins.ws__cleanup.PreBuildCleanup>
</buildWrappers>
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions jenkins/plugins.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
docker-workflow
configuration-as-code

0 comments on commit 76c1862

Please sign in to comment.