Skip to content
This repository has been archived by the owner on May 15, 2018. It is now read-only.

Commit

Permalink
Switch to mozdownload for downloading builds (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo committed Oct 8, 2012
1 parent 7564b35 commit 1845e32
Show file tree
Hide file tree
Showing 35 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion jenkins-master/jobs/mozilla-aurora_addons/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --branch=mozilla-aurora --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --branch=mozilla-aurora --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/mozilla-aurora_endurance/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --branch=mozilla-aurora --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --branch=mozilla-aurora --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/mozilla-aurora_functional/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --branch=mozilla-aurora --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --branch=mozilla-aurora --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/mozilla-aurora_l10n/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --branch=mozilla-aurora --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --branch=mozilla-aurora --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/mozilla-aurora_remote/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --branch=mozilla-aurora --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --branch=mozilla-aurora --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/mozilla-aurora_update/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --branch=mozilla-aurora --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --branch=mozilla-aurora --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/mozilla-central_addons/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --branch=mozilla-central --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --branch=mozilla-central --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/mozilla-central_endurance/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --branch=mozilla-central --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --branch=mozilla-central --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/mozilla-central_functional/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --branch=mozilla-central --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --branch=mozilla-central --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/mozilla-central_l10n/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --branch=mozilla-central --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --branch=mozilla-central --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/mozilla-central_remote/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --branch=mozilla-central --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --branch=mozilla-central --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/mozilla-central_update/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --branch=mozilla-central --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --branch=mozilla-central --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/mozilla-esr10_addons/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --branch=mozilla-esr10 --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --branch=mozilla-esr10 --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/mozilla-esr10_endurance/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --branch=mozilla-esr10 --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --branch=mozilla-esr10 --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/mozilla-esr10_functional/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --branch=mozilla-esr10 --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --branch=mozilla-esr10 --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/mozilla-esr10_remote/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --branch=mozilla-esr10 --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --branch=mozilla-esr10 --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/mozilla-esr10_update/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --branch=mozilla-esr10 --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --branch=mozilla-esr10 --platform=$PLATFORM --locale=$LOCALE --build-id=$BUILD_ID --date=$DATE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/ondemand_addons/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --platform=$PLATFORM --locale=$LOCALE --build-number=$BUILD_NUMBER --version=$VERSION --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --platform=$PLATFORM --locale=$LOCALE --build-number=$BUILD_NUMBER --version=$VERSION --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/ondemand_endurance/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --platform=$PLATFORM --locale=$LOCALE --build-number=$BUILD_NUMBER --version=$VERSION --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --platform=$PLATFORM --locale=$LOCALE --build-number=$BUILD_NUMBER --version=$VERSION --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/ondemand_functional/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --platform=$PLATFORM --locale=$LOCALE --build-number=$BUILD_NUMBER --version=$VERSION --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --platform=$PLATFORM --locale=$LOCALE --build-number=$BUILD_NUMBER --version=$VERSION --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/ondemand_l10n/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --platform=$PLATFORM --version=$VERSION --locale=$LOCALE --build-number=$BUILD_NUMBER --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --platform=$PLATFORM --version=$VERSION --locale=$LOCALE --build-number=$BUILD_NUMBER --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/ondemand_remote/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --platform=$PLATFORM --version=$VERSION --locale=$LOCALE --build-number=$BUILD_NUMBER --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --platform=$PLATFORM --version=$VERSION --locale=$LOCALE --build-number=$BUILD_NUMBER --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/ondemand_update/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --platform=$PLATFORM --version=$VERSION --locale=$LOCALE --build-number=$BUILD_NUMBER --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --platform=$PLATFORM --version=$VERSION --locale=$LOCALE --build-number=$BUILD_NUMBER --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/release-mozilla-beta_addons/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --version=$VERSION --build-number=$BUILD_NUMBER --platform=$PLATFORM --locale=$LOCALE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --version=$VERSION --build-number=$BUILD_NUMBER --platform=$PLATFORM --locale=$LOCALE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --version=$VERSION --build-number=$BUILD_NUMBER --platform=$PLATFORM --locale=$LOCALE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --version=$VERSION --build-number=$BUILD_NUMBER --platform=$PLATFORM --locale=$LOCALE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --version=$VERSION --build-number=$BUILD_NUMBER --platform=$PLATFORM --locale=$LOCALE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --version=$VERSION --build-number=$BUILD_NUMBER --platform=$PLATFORM --locale=$LOCALE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
2 changes: 1 addition & 1 deletion jenkins-master/jobs/release-mozilla-beta_remote/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --version=$VERSION --build-number=$BUILD_NUMBER --platform=$PLATFORM --locale=$LOCALE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --version=$VERSION --build-number=$BUILD_NUMBER --platform=$PLATFORM --locale=$LOCALE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<selector class="hudson.plugins.copyartifact.WorkspaceSelector"/>
</hudson.plugins.copyartifact.CopyArtifact>
<hudson.plugins.xshell.XShellBuilder>
<commandLine>mozmill-env/run mozmill-automation/download.py --type=$BUILD_TYPE --version=$VERSION --build-number=$BUILD_NUMBER --platform=$PLATFORM --locale=$LOCALE --directory=builds</commandLine>
<commandLine>mozdownload --type=$BUILD_TYPE --version=$VERSION --build-number=$BUILD_NUMBER --platform=$PLATFORM --locale=$LOCALE --directory=builds</commandLine>
<executeFromWorkingDir>false</executeFromWorkingDir>
</hudson.plugins.xshell.XShellBuilder>
<hudson.plugins.xshell.XShellBuilder>
Expand Down
Loading

0 comments on commit 1845e32

Please sign in to comment.