Hello, I'm trying to contribute to a Jenkins client lib [1] but the integration tests require a Jenkins instance on port 8080. I'd like to change that to be able to run the integration tests against a specific version of Jenkins.
For the moment, I managed to download Jenkins war (maven-dependency-plugin) and unpack it in a specific directory. I tried maven-jetty-plugin to start at pre-integration-test and stop it at post-integration-test but when started, Jenkins doesn't let the integration-test processus go. I tried to forked it or launch it as a daemon, but in those case, the integration-test phase started before Jenkins to be up and ready. My question is: how Jenkins injected tests are made so a Jenkins instance is launch in parallel? Thanks for your help, Regards. -- Adrien [1]: https://github.com/RisingOak/jenkins-client -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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/d/optout.
