Added Mysql CT

This commit is contained in:
2021-09-18 00:10:15 +00:00
parent 23ff5d6408
commit 5bab220db2
22 changed files with 692 additions and 8 deletions

View File

@@ -0,0 +1,27 @@
<flow-definition plugin="workflow-job@WorkFlowJobVersion">
<description></description>
<keepDependencies>false</keepDependencies>
<properties/>
<definition class="org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition" plugin="workflow-cps@WorkFlowCPSVersion">
<scm class="hudson.plugins.git.GitSCM" plugin="git@GITVersion">
<configVersion>2</configVersion>
<userRemoteConfigs>
<hudson.plugins.git.UserRemoteConfig>
<url>GitRepo</url>
</hudson.plugins.git.UserRemoteConfig>
</userRemoteConfigs>
<branches>
<hudson.plugins.git.BranchSpec>
<name>*/main</name>
</hudson.plugins.git.BranchSpec>
</branches>
<doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations>
<submoduleCfg class="empty-list"/>
<extensions/>
</scm>
<scriptPath>BuildJenkinsFile</scriptPath>
<lightweight>true</lightweight>
</definition>
<triggers/>
<disabled>false</disabled>
</flow-definition>

View File

@@ -0,0 +1,18 @@
<?xml version="1.1" encoding="UTF-8"?><com.cloudbees.hudson.plugins.folder.Folder plugin="cloudbees-folder@FoldersVersions">
<description/>
<properties/>
<folderViews class="com.cloudbees.hudson.plugins.folder.views.DefaultFolderViewHolder">
<views>
<hudson.model.AllView>
<owner class="com.cloudbees.hudson.plugins.folder.Folder" reference="../../../.."/>
<name>All</name>
<filterExecutors>false</filterExecutors>
<filterQueue>false</filterQueue>
<properties class="hudson.model.View$PropertyList"/>
</hudson.model.AllView>
</views>
<tabBar class="hudson.views.DefaultViewsTabBar"/>
</folderViews>
<healthMetrics/>
<icon class="com.cloudbees.hudson.plugins.folder.icons.StockFolderIcon"/>
</com.cloudbees.hudson.plugins.folder.Folder>

View File

@@ -0,0 +1,21 @@
<?xml version='1.1' encoding='UTF-8'?>
<slave>
<name>LXCBuilder1</name>
<description></description>
<remoteFS>/home/jenkins</remoteFS>
<numExecutors>3</numExecutors>
<mode>EXCLUSIVE</mode>
<retentionStrategy class="hudson.slaves.RetentionStrategy$Always"/>
<launcher class="hudson.plugins.sshslaves.SSHLauncher" plugin="ssh-slaves@SSHAgentVersion">
<host>LXCBuilderIP</host>
<port>22</port>
<credentialsId></credentialsId>
<launchTimeoutSeconds>60</launchTimeoutSeconds>
<maxNumRetries>10</maxNumRetries>
<retryWaitTime>15</retryWaitTime>
<sshHostKeyVerificationStrategy class="hudson.plugins.sshslaves.verifiers.NonVerifyingKeyVerificationStrategy"/>
<tcpNoDelay>true</tcpNoDelay>
</launcher>
<label>LXCBuilder</label>
<nodeProperties/>
</slave>

View File

@@ -0,0 +1,5 @@
<?xml version='1.1' encoding='UTF-8'?>
<io.jenkins.plugins.thememanager.ThemeManagerPageDecorator plugin="theme-manager@ThemeManagerVersion">
<theme class="io.jenkins.plugins.darktheme.DarkThemeManagerFactory" plugin="dark-theme@DarkThemeVersion"/>
<disableUserThemes>false</disableUserThemes>
</io.jenkins.plugins.thememanager.ThemeManagerPageDecorator>

View File

@@ -0,0 +1,4 @@
<?xml version='1.1' encoding='UTF-8'?>
<locale plugin="locale@LocaleVersion">
<systemLocale>en_US</systemLocale>
<ignoreAcceptLanguage>true</ignoreAcceptLanguage>

View File

@@ -0,0 +1,18 @@
<?xml version='1.1' encoding='UTF-8'?>
<org.jenkinsci.plugins.golang.GolangBuildWrapper_-DescriptorImpl plugin="golang@GoPluginVersion">
<installations>
<org.jenkinsci.plugins.golang.GolangInstallation>
<name>latest</name>
<home></home>
<properties>
<hudson.tools.InstallSourceProperty>
<installers>
<org.jenkinsci.plugins.golang.GolangInstaller>
<id>GoVersion</id>
</org.jenkinsci.plugins.golang.GolangInstaller>
</installers>
</hudson.tools.InstallSourceProperty>
</properties>
</org.jenkinsci.plugins.golang.GolangInstallation>
</installations>
</org.jenkinsci.plugins.golang.GolangBuildWrapper_-DescriptorImpl>