I have a job in Jenkins that is run every night. The tasks executed during this build are: compilation, unit tests, integration tests (which are only JUnit tests which are longer than \"real unit test
I\'m running a Jenkins CI server on an OS X machine. The server is running as a standard user \'john\', and is started by running launchctl. One of the things this server does is build XCode projects
I\'m primarily a Python developer working in an environment where just about every important batch is run by a Hudson or Jenkins server. I\'ve written a python library which uses Hudson\'s python API
I have a maven project which is build and tested in Jenkins. On my local machine the tests run successful but in Jenkins a file cannot be loaded which is needed by the test. I use this.getClass.getRes
I\'ve followed this very good tutorial on how to configure GHUnit in Xcode 4 and integrate it with Hudson/Jenkins.
Is there a plugin or ability to write some type of JSP or script to allow a Hudson or Jenkins parametrized build to generate the dropdown choices dynamically.
My Jenkins server has stopped being able to build a maven project hosted at bitbucket.org. The build works locally but Jenkins reports this error:
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
I\'m having problems trying to get checkstyle to work properly in Hudson/Jenkins. I created a custom checkstyle rule with very minimal rules in it (just to see if it works) and place it in some serv
I\'ve hand-rolled my project\'s build-system (mostly in Python + Hudson). One of the things I need to do quite often is fetch artifacts from upstream Hudson / Jenkins.