Skip to content

Commit

Permalink
No need to proxy.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Mar 27, 2015
1 parent 45da5c8 commit 0ec4c9f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions builds/.htaccess
Expand Up @@ -4,8 +4,6 @@ RewriteRule ^([0-9]+)/(.*)$ http://downloads.immutant.or

RewriteRule ^(torquebox-immutant\.zip)$ http://projectodd.ci.cloudbees.com/job/overlay/lastSuccessfulBuild/artifact/target/$1 [P]

RewriteRule ^build-info/(.*)$ http://projectodd.ci.cloudbees.com/$1 [P]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(LATEST/)?(.*)$ http://downloads.immutant.org/incremental/immutant/LATEST/$2 [P]
Expand Down
2 changes: 1 addition & 1 deletion builds/2x/incremental-builds.js
Expand Up @@ -182,5 +182,5 @@ renderer = {

};

j = new Jenkins( renderer, '/builds/build-info', 'immutant2-incremental',
j = new Jenkins( renderer, 'http://projectodd.ci.cloudbees.com', 'immutant2-incremental',
[['', '1_6_0']] );
2 changes: 1 addition & 1 deletion builds/incremental-builds.js
Expand Up @@ -229,7 +229,7 @@ renderer = {

};

j = new Jenkins( renderer, '/builds/build-info', 'immutant-incremental',
j = new Jenkins( renderer, 'http://projectodd.ci.cloudbees.com', 'immutant-incremental',
[['clojure_compat_version=1.4.0,label=m1.large', '1_4_0'],
['clojure_compat_version=1.5.1,label=m1.large', '1_5_1'],
['clojure_compat_version=1.6.0,label=m1.large', '1_6_0']] );

0 comments on commit 0ec4c9f

Please sign in to comment.