jenkins-radiator icon indicating copy to clipboard operation
jenkins-radiator copied to clipboard

Instructions in README for configuring radiator don't seem to work

Open worldofchris opened this issue 9 years ago • 1 comments

If you download and unzip:

https://github.com/clayton/jenkins-radiator/archive/master.zip

And follow the instructions in the README to edit the ci_json_url in config.js

i.e.

"Edit config.js and update the ci_json_url to point to your Jenkins instance"

There does not appear to be a config.js file, nor any file - except the README - that contains the string ci_json_url:

FRI0156:jenkins-radiator-master chris.young$ cd jenkins-radiator-master/ FRI0156:jenkins-radiator-master chris.young$ ls README.md dist jenkins-data.json node_modules spec blinky_specs gulpfile.js jenkins_specs package.json src css index.html lib sfx FRI0156:jenkins-radiator-master chris.young$ find . -name config.js -print FRI0156:jenkins-radiator-master chris.young$ grep -R ci_json_url * README.md:1. Edit config.js and update the ci_json_url to point to your Jenkins instance FRI0156:jenkins-radiator-master chris.young$

worldofchris avatar Oct 10 '14 09:10 worldofchris