hudson
Run a pre-script to determine if a Jenkins matrix job should be run
I have a Je开发者_开发百科nkins job consisting of a matrix style configuration. I want to run a script that determines whether that combination should be run (similar to the combination filter, but dy[详细]
2023-04-03 01:54 分类:问答Jenkins and multiple git branches?
I\'m working on a Jenkins job and i need it to build two branches in the same repository. How can i do this开发者_StackOverflow社区?Considering that Jenkins cannot execute one job on two versions of a[详细]
2023-04-02 17:22 分类:问答Determine if given job is currently running using Hudson/Jenkins API
Is there an API to determine whether a given job is currently running or not? Ideally, I\'d als开发者_如何学Co like to be able to determine its estimated % complete and get the details of the SVN rev[详细]
2023-04-02 16:01 分类:问答Pulling a file from another job before building in Jenkins?
Hope you can help me on this one. I have a job called \"Template\" that generates a template.xml file. I have several other jobs that use this template.xml file开发者_运维问答. However, before they bu[详细]
2023-04-02 15:26 分类:问答Jenkins builds with different slaves at a time
Whats is the best way to distribute different builds to different slave? Can you give some examples how to restrict to particular node or all nodes or labeling is better?[详细]
2023-04-01 20:55 分类:问答Routing requests from IIS to Jetty with isapi_redirect (tomcat connector)
I have installed the isapi_redirect into IIS, and allowed to run. I have enabled the ajp13 in Jetty and I can telnet to port 8009.[详细]
2023-04-01 18:42 分类:问答Jenkins: All post-build actions appear twice - no SVN tagging
We have some Jenkins (was formerly a Hudson system) jobs running. Now, we saw that all of a sudden most of the post build actions appear twice:[详细]
2023-04-01 15:56 分类:问答Unable to access Sonar MySQL database Caused by: java.sql.SQLException: Access denied for user 'sonar'@'glassfishdev.ccs.local' (using password: YES)
I am trying to add Sonar to my Continuous Integration build system. I am using ANT as my build script and I am using the sonar-ant-task-1.1.jar for sonar to generate the reports based on my source cod[详细]
2023-04-01 15:05 分类:问答Why did Jenkins tell me to upgrade to Hudson?
I have the latest version of Jenkins, and I launched it with \"java -jar jenkins.jar.\" Then I got an error[详细]
2023-04-01 13:48 分类:问答Checkstyle and Findbugs for changed files only on Jenkins (and/or Hudson)
We work with a lot of legacy code and we think about introducing some metrics for new code. Is it possible to let Findbugs and Checkstyle run on changed files only instead of a complete project?[详细]
2023-04-01 12:51 分类:问答