This repository has been archived by the owner on Feb 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
4 changed files
with
182 additions
and
16 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,118 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<project> | ||
<actions/> | ||
<description></description> | ||
<project-properties class="concurrent-hash-map"> | ||
<entry> | ||
<string>hudson-plugins-disk_usage-DiskUsageProperty</string> | ||
<base-property> | ||
<originalValue class="hudson.plugins.disk_usage.DiskUsageProperty"/> | ||
<propertyOverridden>false</propertyOverridden> | ||
</base-property> | ||
</entry> | ||
<entry> | ||
<string>builders</string> | ||
<describable-list-property> | ||
<originalValue class="hudson.util.DescribableList"> | ||
<hudson.tasks.Shell> | ||
<disabled>false</disabled> | ||
<description>Run gradle build and upload zip/tar files to download site.</description> | ||
<command>export GRADLE_OPTS="-Dhttp.proxyHost=proxy.eclipse.org -Dhttp.proxyPort=9898 -Dhttps.proxyHost=proxy.eclipse.org -Dhttps.proxyPort=9898 -DhttpnonProxyHosts=*.eclipse.org -DhttpsnonProxyHosts=*.eclipse.org -Dftp.proxyHost=proxy.eclipse.org -Dftp.proxyPort=9898 -DftpnonProxyHosts=*.eclipse.org" | ||
|
||
./gradlew clean build | ||
cp build/distributions/gsc-ec-converter-*.zip /home/data/httpd/download.eclipse.org/collections/ | ||
cp build/distributions/gsc-ec-converter-*.tar /home/data/httpd/download.eclipse.org/collections/ | ||
</command> | ||
</hudson.tasks.Shell> | ||
</originalValue> | ||
<propertyOverridden>false</propertyOverridden> | ||
</describable-list-property> | ||
</entry> | ||
<entry> | ||
<string>jdk</string> | ||
<string-property> | ||
<originalValue class="string">jdk1.8.0-latest</originalValue> | ||
<propertyOverridden>false</propertyOverridden> | ||
</string-property> | ||
</entry> | ||
<entry> | ||
<string>scm</string> | ||
<scm-property> | ||
<originalValue class="hudson.plugins.git.GitSCM"> | ||
<configVersion>1</configVersion> | ||
<remoteRepositories> | ||
<RemoteConfig> | ||
<name>origin</name> | ||
<uris> | ||
<org.eclipse.jgit.transport.URIish> | ||
<path>eclipse/gsc-ec-converter.git</path> | ||
<rawPath>eclipse/gsc-ec-converter.git</rawPath> | ||
<user>git</user> | ||
<port>-1</port> | ||
<host>github.com</host> | ||
</org.eclipse.jgit.transport.URIish> | ||
</uris> | ||
<pushURIs/> | ||
<fetch> | ||
<org.eclipse.jgit.transport.RefSpec> | ||
<force>true</force> | ||
<wildcard>true</wildcard> | ||
<srcName>refs/heads/*</srcName> | ||
<dstName>refs/remotes/origin/*</dstName> | ||
</org.eclipse.jgit.transport.RefSpec> | ||
</fetch> | ||
<push/> | ||
<uploadpack>git-upload-pack</uploadpack> | ||
<receivepack>git-receive-pack</receivepack> | ||
<tagopt>AUTO_FOLLOW</tagopt> | ||
<mirror>false</mirror> | ||
<timeout>0</timeout> | ||
<relativeTargetDir></relativeTargetDir> | ||
</RemoteConfig> | ||
</remoteRepositories> | ||
<branches> | ||
<hudson.plugins.git.BranchSpec> | ||
<name>master</name> | ||
</hudson.plugins.git.BranchSpec> | ||
</branches> | ||
<mergeOptions/> | ||
<recursiveSubmodules>false</recursiveSubmodules> | ||
<doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations> | ||
<authorOrCommitter>false</authorOrCommitter> | ||
<clean>false</clean> | ||
<wipeOutWorkspace>false</wipeOutWorkspace> | ||
<pruneBranches>false</pruneBranches> | ||
<remotePoll>false</remotePoll> | ||
<ignoreNotifyCommit>false</ignoreNotifyCommit> | ||
<buildChooser class="hudson.plugins.git.util.DefaultBuildChooser"/> | ||
<gitTool>Default</gitTool> | ||
<submoduleCfg class="list"/> | ||
<includedRegions></includedRegions> | ||
<excludedRegions></excludedRegions> | ||
<excludedUsers></excludedUsers> | ||
<excludedCommits/> | ||
<gitConfigName></gitConfigName> | ||
<gitConfigEmail></gitConfigEmail> | ||
<skipTag>false</skipTag> | ||
<useCgitClone>true</useCgitClone> | ||
</originalValue> | ||
<propertyOverridden>false</propertyOverridden> | ||
</scm-property> | ||
</entry> | ||
</project-properties> | ||
<keepDependencies>false</keepDependencies> | ||
<createdBy>someone@somewhere.com</createdBy> | ||
<creationTime>1458807353072</creationTime> | ||
<properties/> | ||
<cascadingChildrenNames class="java.util.concurrent.CopyOnWriteArraySet"/> | ||
<cascading-job-properties class="java.util.concurrent.CopyOnWriteArraySet"> | ||
<string>hudson-plugins-disk_usage-DiskUsageProperty</string> | ||
</cascading-job-properties> | ||
<scm class="hudson.scm.NullSCM"/> | ||
<canRoam>false</canRoam> | ||
<disabled>false</disabled> | ||
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> | ||
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> | ||
<concurrentBuild>false</concurrentBuild> | ||
<cleanWorkspaceRequired>false</cleanWorkspaceRequired> | ||
</project> |
43 changes: 43 additions & 0 deletions
43
xml/reference/config.job.hudson-collections.transformed_reference.xml
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,43 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><project> | ||
<actions/> | ||
<description/> | ||
<keepDependencies>false</keepDependencies> | ||
<properties> | ||
<hudson.plugins.disk__usage.DiskUsageProperty/> | ||
</properties> | ||
<scm class="hudson.plugins.git.GitSCM"> | ||
<userRemoteConfigs> | ||
<hudson.plugins.git.UserRemoteConfig> | ||
<name>origin</name> | ||
<refspec>+refs/heads/*:refs/remotes/origin/*</refspec> | ||
<url>git@github.com:eclipse/gsc-ec-converter.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> | ||
<canRoam>false</canRoam> | ||
<disabled>false</disabled> | ||
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding> | ||
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> | ||
<jdk>jdk1.8.0-latest</jdk> | ||
<triggers/> | ||
<builders> | ||
<hudson.tasks.Shell> | ||
<command>export GRADLE_OPTS="-Dhttp.proxyHost=proxy.eclipse.org -Dhttp.proxyPort=9898 -Dhttps.proxyHost=proxy.eclipse.org -Dhttps.proxyPort=9898 -DhttpnonProxyHosts=*.eclipse.org -DhttpsnonProxyHosts=*.eclipse.org -Dftp.proxyHost=proxy.eclipse.org -Dftp.proxyPort=9898 -DftpnonProxyHosts=*.eclipse.org" | ||
|
||
./gradlew clean build | ||
cp build/distributions/gsc-ec-converter-*.zip /home/data/httpd/download.eclipse.org/collections/ | ||
cp build/distributions/gsc-ec-converter-*.tar /home/data/httpd/download.eclipse.org/collections/ | ||
</command> | ||
</hudson.tasks.Shell> | ||
</builders> | ||
<publishers/> | ||
<buildWrappers/> | ||
</project> |