Questions tagged [hudson]

Use this tag for questions about Hudson, a continuous integration tool written in Java, related to using Hudson for topics such as building, testing, and deploying software, etc.

4 questions
19
votes
3 answers

What are the advantages of using Jenkins over Hudson?

Jenkins is a fork of Hudson. What are the benefits/advantages of using Jenkins over Hudson for a small private business?
kenorb
  • 8,011
  • 14
  • 43
  • 80
4
votes
1 answer

Why has Hudson been renamed to Jenkins?

There are two similar CI: Hudson and Jenkins. The Jenkins project was forked from Hudson after a dispute with Oracle. Why was it renamed back to Jenkins and what was the dispute about?
kenorb
  • 8,011
  • 14
  • 43
  • 80
1
vote
2 answers

Jenkins Credentials Manager + Active Choices

I want to access Jenkins Credentials to authenticate with Git before the pipeline script - to fill Active Choices parameter. In the pipeline I simply do it with withCredentials. But during pre-pipeline stage (i.e. Active Choices parameter) Hudson…
pfoof
  • 13
  • 1
  • 3
0
votes
1 answer

Maven command for Sonarqube analysis

I am planning to build a Maven project in Jenkins. I tried to do some research how to give goals for Maven for doing few steps in one command but cant get understood how to do. What I mean is how can I give a goal where Maven can build Maven…
pandey
  • 949
  • 2
  • 9
  • 18