jenkins
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 分类:问答Suppressing the StyleCop Warnings at the global level
How to suppress the StyleCop warnings globally in the solution? The solution is continually built using Jenkins (continuous build and integration tool),开发者_如何学Python and it applies all the Styl[详细]
2023-04-01 00:38 分类:问答xcode Provisioning File not found with Jenkins
I have my xcodebuild running successfully through ant. If I ssh int开发者_如何学编程o the system and run the build, it works fine.However, when the same ant target is called via Jenkins (running as a[详细]
2023-03-31 23:08 分类:问答JavaScript unit testing and continuous integration 2011
Most of the existing questions about unit testing JavaScript code and integrating it into a continuous integration environment seem to date back to the dawn of time (or at least 2008 or 2009 :) ). Eve[详细]
2023-03-31 19:44 分类:问答Jenkins Poll SVN builds constantly even with no new commits
I\'m trying to setup Jenkins to poll from my SVN repo, and start a new build whenever it detects a commit has gone in. I\'ve gotten the polling part working, but the building is rather overzealous, an[详细]
2023-03-31 19:11 分类:问答Jenkins(Hudson) SVN checkout dir
In Jenkins (Hudson) how do i change the checkout location of a project. I want the project to be checked out to the doc-root of apache2 which isat /var/svn/project[详细]
2023-03-31 17:51 分类:问答Can Jenkins build Eclipse projects?
I thought I had read somewhere that Jenkins supports integration with Eclipse to build Eclipse projects, but now开发者_运维百科 I cannot find any documentation supporting this. Is this possible to do[详细]
2023-03-31 15:46 分类:问答