jenkins
Retrieve build number or artifacts of downstream build in Jenkins
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[详细]
2023-03-29 06:27 分类:问答Which HTTP authentication scheme does Jenkins use?
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[详细]
2023-03-28 22:32 分类:问答POSTing file to Jenkins fails
I\'m trying to POST a file to Jenkins from Python, via multipart/form-data. The request body looks like this:[详细]
2023-03-28 16:11 分类:问答Creating an installer via command line / through Jenkins "Execute Batch Command"
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[详细]
2023-03-28 02:05 分类:问答Maven: Conditional Execution upon IT Success / Failure
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[详细]
2023-03-27 21:11 分类:问答Jenkins EC2 plugin previous versions
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[详细]
2023-03-27 17:15 分类:问答Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.0-beta-2:sonar
We\'re using Sonar with jobs started by Jenkins. Now we get this error when Jekins tries to run sonar-maven-plugin:[详细]
2023-03-27 14:01 分类:问答Jenkins-CI SCP Plugin cannot find files to upload
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[详细]
2023-03-27 08:24 分类:问答How can I find out how a build was triggered in Jenkins
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.[详细]
2023-03-27 04:30 分类:问答How to schedule a build in Jenkins?
How do I schedule a Jenkins build such that it would be able to build only at specific hours every day?[详细]
2023-03-26 20:39 分类:问答