I have a job (call it BIGJOB) in Jenkins; several of the build steps are to trigger builds on other jobs (call them SMALLJOB) using the Parameterized Trigger Plugin then wait for them to complete.What
I\'m trying to send HTTP requests to a Jenkins server开发者_高级运维 which requires authentication, which authentication scheme do I need to use? cURL seems to figure it out automatically, FWIW.Seems
I\'m trying to POST a file to Jenkins from Python, via multipart/form-data. The request body looks like this:
We use Jenkins for CI. I have a project that is built in Windows, using CMake 2.8.4 and VS2010 (NMake Makefiles). Once the build is complete, we manually zip up the 开发者_StackOverflow中文版artefact
Here is something I\'\'ve tried to come up with an idea, but I\'m not sure开发者_如何学Go. We do have a module which should be built, deployed and then integration test begins (via failsafe, but othe
Does开发者_运维问答 anyone know how to revert the current Jenkins EC2 plugin back to older versions? I have looked under plugin management but for this plugin they don\'t give the option of going back
We\'re using Sonar with jobs started by Jenkins. Now we get this error when Jekins tries to run sonar-maven-plugin:
I have Jenkins-CI compiling an Android app I\'m working on.Compiles it great but it will not upload the release apk via SCP.I have set the source to bin/* and it gives me the following error.Does anyo
I\'m trying to update Jelly scripts in my Jenkins setup to email the reason for a build (the build trigger), but I can\'t find any documentation on this.
How do I schedule a Jenkins build such that it would be able to build only at specific hours every day?