Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users create and edit basic jobs #6

Closed
rafiki270 opened this issue Oct 6, 2013 · 1 comment
Closed

Allow users create and edit basic jobs #6

rafiki270 opened this issue Oct 6, 2013 · 1 comment
Assignees
Milestone

Comments

@rafiki270
Copy link
Collaborator

No description provided.

@ghost ghost assigned rafiki270 Oct 6, 2013
@rafiki270
Copy link
Collaborator Author

Example config.xml:

<?xml version='1.0' encoding='UTF-8'?>
<project>
  <actions/>
  <description></description>
  <keepDependencies>false</keepDependencies>
  <properties>
    <com.coravy.hudson.plugins.github.GithubProjectProperty plugin="github@1.7">
      <projectUrl>https://github.com/xxxxxxxx/xxxxxxxx_ios_production/</projectUrl>
    </com.coravy.hudson.plugins.github.GithubProjectProperty>
  </properties>
  <scm class="hudson.plugins.git.GitSCM" plugin="git@1.4.0">
    <configVersion>2</configVersion>
    <userRemoteConfigs>
      <hudson.plugins.git.UserRemoteConfig>
        <name></name>
        <refspec></refspec>
        <url>git@github.com:xxxxxxxx/xxxxxxxx_ios_production.git</url>
      </hudson.plugins.git.UserRemoteConfig>
    </userRemoteConfigs>
    <branches>
      <hudson.plugins.git.BranchSpec>
        <name>origin/dev</name>
      </hudson.plugins.git.BranchSpec>
    </branches>
    <disableSubmodules>false</disableSubmodules>
    <recursiveSubmodules>true</recursiveSubmodules>
    <doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations>
    <authorOrCommitter>false</authorOrCommitter>
    <clean>false</clean>
    <wipeOutWorkspace>false</wipeOutWorkspace>
    <pruneBranches>false</pruneBranches>
    <remotePoll>false</remotePoll>
    <ignoreNotifyCommit>false</ignoreNotifyCommit>
    <useShallowClone>false</useShallowClone>
    <buildChooser class="hudson.plugins.git.util.DefaultBuildChooser"/>
    <gitTool>Default</gitTool>
    <submoduleCfg class="list"/>
    <relativeTargetDir></relativeTargetDir>
    <reference></reference>
    <excludedRegions></excludedRegions>
    <excludedUsers></excludedUsers>
    <gitConfigName></gitConfigName>
    <gitConfigEmail></gitConfigEmail>
    <skipTag>false</skipTag>
    <includedRegions></includedRegions>
    <scmName></scmName>
  </scm>
  <canRoam>true</canRoam>
  <disabled>false</disabled>
  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
  <triggers/>
  <concurrentBuild>false</concurrentBuild>
  <builders>
    <au.com.rayh.XCodeBuilder plugin="xcode-plugin@1.3.3">
      <cleanBeforeBuild>true</cleanBeforeBuild>
      <cleanTestReports>false</cleanTestReports>
      <configuration>Enterprise</configuration>
      <target>GHUnit</target>
      <sdk></sdk>
      <symRoot></symRoot>
      <configurationBuildDir></configurationBuildDir>
      <xcodeProjectPath>${WORKSPACE}/Xxxxxxxx/</xcodeProjectPath>
      <xcodeProjectFile></xcodeProjectFile>
      <xcodebuildArguments></xcodebuildArguments>
      <xcodeSchema></xcodeSchema>
      <xcodeWorkspaceFile></xcodeWorkspaceFile>
      <embeddedProfileFile></embeddedProfileFile>
      <cfBundleVersionValue>b${BUILD_NUMBER}</cfBundleVersionValue>
      <cfBundleShortVersionStringValue></cfBundleShortVersionStringValue>
      <buildIpa>true</buildIpa>
      <unlockKeychain>false</unlockKeychain>
      <keychainPath>${HOME}/Library/Keychains/login.keychain</keychainPath>
      <keychainPwd></keychainPwd>
      <codeSigningIdentity></codeSigningIdentity>
    </au.com.rayh.XCodeBuilder>
    <hudson.tasks.Shell>
      <command>#cd /Projects/iOS/Xxxxxxx\ iOS/Xxxxxxx/
#/usr/bin/xcodebuild -target GHUnit -configuration Enterprise clean build
#/usr/bin/xcrun -sdk iphoneos PackageApplication -v &quot;/Projects/iOS/Xxxxxxx iOS/Xxxxxxx/build/Enterprise-iphoneos/GHUnit.app&quot; -o &quot;/Users/pro/Desktop/Builds/GHUnit_Enterprise.ipa&quot;
curl -d login=email -d password=passs -c /Projects/Temp/Cookies/cookies.txt http://www.example.com/
curl --header &quot;Content-type: multipart/form-data&quot; -F devtype=0 -F submitAppDataButton= -F &quot;file=@${WORKSPACE}/Xxxxxxx/build/Enterprise-iphoneos/GHUnit-Enterprise-b${BUILD_NUMBER}.ipa&quot; -b /Projects/Temp/Cookies/cookies.txt http://www.example.com/my-apps/
#rm -rf ./build/</command>
    </hudson.tasks.Shell>
  </builders>
  <publishers>
    <testflight.TestflightRecorder plugin="testflight@1.3.9">
      <tokenPairName>Xxxxxxx</tokenPairName>
      <notifyTeam>false</notifyTeam>
      <buildNotes></buildNotes>
      <appendChangelog>false</appendChangelog>
      <filePath>${WORKSPACE}/Xxxxxxx/build/Enterprise-iphoneos/GHUnit-Enterprise-b${BUILD_NUMBER}.ipa</filePath>
      <dsymPath></dsymPath>
      <lists></lists>
      <replace>false</replace>
      <proxyPort>0</proxyPort>
      <debug>false</debug>
    </testflight.TestflightRecorder>
    <com.cloudbees.jenkins.GitHubCommitNotifier plugin="github@1.7"/>
  </publishers>
  <buildWrappers/>
</project>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant