This question isn't really about Jenkins and there is no correct answer. It's like you asked which editor should you use, Emacs or Vi. Wars have been fought for lesser things.
There is a school which thinks the source/version control system should contain only the source code i.e. the files containing some programming language. Then there is another school which thinks you should version control your code, configuration files, documentation, tests, tools, even your compiler and libraries too. I guess most people are somewhere in between. I myself once worked in a team which had everything, including the compiler in the version control and I was very happy with it because a) I knew I could build just about everywhere without having to spend a week setting up the environment and 2) I knew exactly what went into the build. So if you ask me, I'd say check in your jslint4java into version control. But I'm sure someone else will tell you something different. -- Sami Jonas Geiregat <[email protected]> kirjoitti 19.2.2013 kello 0.15: > Hello, > > > > I'm using Jenkins as a CI server for a python web based project. > > I'm using the Violations plugin and jslint to get some > > information out of my javascript files. > > For this I use, jslin4java, which I use as a Java jar. > > > > As I'm new to jenkins and see other such cases arise I should > > find a good solution to handle such dependent files. > > > > My issue is, where to put those files that my tests require but, > > should not be part of the projects source code ? > > I've considered putting them under VCS control, just like I do > > with my project configuration files. > > Jonas. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
