0
votes
0answers
23 views

Conditionally Allow Checkin Only if Code Coverage Numbers increase

I am Currently working on a big java project, which needs to be managed in bigger & better ways. It is using SVN , Hudson , Sonar. After multiple checkins in a day , a nightly Hudson build is run ...
0
votes
0answers
19 views

Update JIRA issues with info about commits that have been merged

I work with a product where we release a new major version of our product each 6 months but we always maintain the two previous releases and we release service packs of those every three weeks. We ...
0
votes
1answer
41 views

svn: Processing REPORT request response failed: The element type “META” must be terminated by the matching end-tag “</META>”

I am getting some error like this, while checkout from svn in Jenkins. I deleted all the workspace and run the Jenkin job, then I run multiple times even same error. Building in workspace ...
0
votes
3answers
63 views

last committed revision number of a SVN branch

We have multiple branches in SVN and use Hudson CI jobs to maintain our builds. We use SVN revision number as part of our application version number. The issue is when a Hudson job check out HEAD of a ...
1
vote
0answers
45 views

How to setup jenkins for automatic checkouts from SVN?

I am trying to configure a jenkins server for build processes. My directory structure is as follows /home/<user>/projects/MyProject /home/<user>/projects/MyProject/scripts ...
0
votes
1answer
24 views

jenkins plugin for checkingout a single modified file from svn

I have job in which developer changes a file and checkin back in svn. As soon as the developer checkin the file jenkins has to trigger a build and copy that changed file (not entire directory)from svn ...
0
votes
0answers
94 views

Hudson Appache SVN Checkout Exception - 500 internal Server Error

I'm hitting an error while trying to checkout an SVN Repo via Hudson. With TortoiseSVN i can checkout this Repository without any Problems. In Hudson I use the "Hudson Subversion Plug-in ...
1
vote
1answer
34 views

Hudson Subversion @HEAD

we're using Hudson 2.2.1 with SVN plugin 2.3.8. The subversion server itself is 1.6.11 . Recently, we changed our SVN repository to use SSL und LDAP credentials, i.e. the urls have been changed from ...
1
vote
1answer
103 views

Hudson job unable to authenticate svn credentials

I'm configuring a Hudson job to use subversion repository (installed the Hudson Subversion Plug-in 2.3.8-h-1), however Hudson is unable to authenticate: Unable to access https://user/svn/myRepository ...
0
votes
1answer
31 views

hudson subversion plugin

is there a way to force Subversion Plugin to ask authentication to an SVN repository every time users launch a job ? In detail: we have a job that perform a checkout from an SVN branch and then ...
1
vote
1answer
111 views

How to IMPORT or ADD and COMMIT UNVERSIONED COPY to Subversion using SVNAnt in Hudson?

We are running Hudson ver. 1.395 as CI server and StarTeam as Repository. We are planning to move to Subversion as Repository(Hudson Server Plugin 2.3.3 installed). There is no issue in checking out ...
0
votes
1answer
51 views

Hudson is not getting latest code from repository

I am using Hudson for my my .NET project build with nAnt. I configure simply NAnt executable path and SVN repository path but when I try to Build through Hudson it always says successfully build!! ...
0
votes
0answers
25 views

Hudson plugins no longer accessible

I set up a hudson build server yesterday (deployed within Tomcat version 7.0.35), installed some plugins (SVN, maven 3, findbugs, etc) and then set up some jobs. Each job would check out the code ...
0
votes
1answer
85 views

Automated build Hudson/SVN

There is an Hudson version 2.2.1 set up and running build upon a subversion. I now want to automate the build process where if a user commits to the svn a build automatically takes place and send an ...
0
votes
1answer
161 views

Can't connect Hudson with Subversion to download a directory

I have an SVN repository installed at https://advisorycenter.unfuddle.com/svn/advisorycenter_mssql And I have Hudson with SVN plugin installed. Now I want to create a job, which downloads files from ...
0
votes
1answer
129 views

Hudson + Custom Email

I am using Editable Email Notification plugin with Hudson. The version control tool used is SVN (Subversion). In the email extension plugin there is an option to send mail to "committers". If this ...
0
votes
0answers
71 views

Hudson Slave cannot checkout code

I have a Hudson running on a Linux machine. I have added a Windows machine as a slave to it for building my .NET projects. The slave was building projects properly until last week, when I rebooted ...
0
votes
1answer
355 views

Hudson workspace locked while building

I am facing a problem recently with my CI environment. I am using Hudson ver. 1.395.1 and SVN ver 1.4.2. My Hudson is continuously polling the SVN for any changes, and if so it kicks off a build. ...
0
votes
1answer
74 views

Hudson + How to update files from more than one branch

I am using SVN with Hudson for build. I have two branches in SVN, say Branch1 and Branch2. I need files from both the branch for the build. How can i get files from more than one branch using hudson? ...
0
votes
1answer
69 views

Hudson + SVN Copy only incremental files to the workspace

I am using Hudson with SVN. Now when i run the build, it will copy all the files from the branch to my working directory. I need only the files modified/newlyadded as part of the build. The build ...
0
votes
0answers
40 views

hudson visual svn msbuild

i am trying to use hudson/visual svn with msbuild. in the first configuration it asks for MSBuild Build File Command Line Arguments what should be these 2 arguements. I am not publishing the page to ...
2
votes
0answers
173 views

Hudson not building the Project

I am using Hudson with subversion for build automation. I have configured a job to build, but Hudson is not building the project - it's just giving the following log message. I have no clue what's ...
1
vote
2answers
314 views

Jenkins - See SVN changes before build

I'm searching for some plugin, some way, to show the user (the ones that uses manual build) of our Jenkins the last SVN changes, to be more specific, what will be built if he pushes the play button. ...
1
vote
1answer
61 views

Hudson - Stale svn tags in config.xml after changing scm to git

I am using hudson version 2.2.0 After migrating from svn to git, i noticed that subversion related tags, source code location are not getting removed from the config.xml. (Git related tags are present ...
1
vote
1answer
103 views

Hudson: changing default Tag URL

I'm currently configuring hudson in our company environment and I found out about one small issue. We are using SVN and I'd really like to change default Tag URL in Tag This Build page. We use ANT for ...
0
votes
2answers
48 views

How to know in repository if any file is checked out

I am trying to do our build process via Hudson, ant and we use SVN repository. Before copying files to workspace in Hudson from SVN repository, I want to check, if anybody has not checked-in the ...
1
vote
1answer
512 views

Jenkins + SVN + PKCS12 + HTTPS

There is a problem with the usage of SVN + PKCS12 + HTTPS. When I want to add an SVN repository to a Jenkins Template, I get an error. It seems that the SVN Client does not support this way of ...
1
vote
1answer
471 views

Hudson build fails due to SVNAuthenticationException

I am getting an unexpected error when trying to build a project with Hudson. I have a valid account with which I can checkout to the machine on which Hudson is installed. I have updated from Hudson UI ...
0
votes
2answers
98 views

Web Server: SVN Repository

I am looking for a web server where I can place my SVN repository on. The solution should have a ticket tracking system like TRAC, and the ability to deploy to live from the server using a tool ...
3
votes
2answers
665 views

Hudson global SVN credential storing?

Maybe I am using hudson wrong, but I have a user for svn that has access to all the projects in the repo. I have built a job that is trying to pass a parameter in the svn location ...
5
votes
3answers
2k views

SVN “is not under version control” failure with Jenkins

I have a project in Jenkins that has many SVN repositories to pull from. Whenever I build, the first build after a workspace clean fails with errors like the one below. Without changing anything, the ...
3
votes
2answers
399 views

Jenkins/Hudson SVN Issue

I have a (strange) issue on my Jenkins installation which basically leads to SVN updates failing on an alternate basis. The stack trace shows two issues: hudson.util.IOException2: revision check ...
1
vote
1answer
710 views

Hudson - SVN error: org.tmatesoft.svn.core.SVNException: svn: E200030: Invalid expression

I am trying to integrate hudson into my development environment. I configured Hudson to check out source code from SVN but I got following error: Started by user anonymous Cleaning workspace ...
0
votes
0answers
109 views

SVN check out is very slow from hudson2.2.1 slave node

svn check out is very slow in Hudson salve node 3hr as compare 30 min of direct checkout on the slave node from svn client. Can any one has suggestion on why checkout is very slow in hudson slave ...
1
vote
1answer
838 views

Hudson dryRun jobs break after upgrade from 2.2.0 to 2.2.1

I just upgraded our Hudson from 2.2.0 to 2.2.1 to fix a known bug with emails. Doing this have caused some problems, especially with the dryRun builds.After the upgrade, all the dryRun jobs are ...
0
votes
1answer
508 views

Hudson - SCM Polling configuration to detect revision changes of the subprojects

I've a maven project which has two sub-projects which is defined using svn:externals in my SVN repository. In other words, I've a project hierarchy as follows : -ParentProject Project Test-project ...
0
votes
3answers
96 views

Bash command - directory deletion

I have a very strange problem. On one of my boxes with Hudson deployment, the working copy folder (which is basically an SVN checkout) continually gets deleted every night. Not a huge issue; mostly ...
2
votes
0answers
200 views

setting hudson build trigger to check for svn changes

i have set Poll SCM with different options but none of them seems to work i tried * * * * * 5 * * * * */10 * * * * it doesn't seem to try to build and changes were committed to the svn any idea ...
1
vote
1answer
85 views

Subversion radio button is not available in Hudson

I got the latest hudson running in jetty and it has maven 2/3 project type indicated as legacy. When I try to configure the project, there is no "subversion" radio button..Only CVS, git is available.I ...
0
votes
1answer
90 views

Which plugin is required to use hudson with svn?

I am new to hudson and i'm using SVN ,I want to know to use hudson with svn whether we have to use any plugin? If yes which plugin ?
1
vote
1answer
50 views

Is it acceptable to have an unobfuscated password if it requires a PW with higher authority to see it?

I am attempting to automate committing some files to SVN during our automated build process. Hudson does not have a tool (that works) to do this simply. I found Plugin to commit hudson build artifact ...
0
votes
3answers
661 views

Commit to Tortoise SVN after Hudson build?

I found this: Plugin to commit hudson build artifact but after ~5-6 hours of trying every combination of settings imaginable I have not been able to successfully commit to our https' svn. I am ...
0
votes
1answer
290 views

HUDSON - SVN TAG plugin works on one job but not another

I setup the SVN TAG plugin for Hudson and I get the following error after a successful build: SvnTag plugin does not support tagging for SCM hudson.scm.NullSCM@6f0c3e55. JOB #1 works fine, but is ...
0
votes
2answers
522 views

How to achieve continuous delivery with Jenkins and SVN

I am reading up on continuous delivery, or the philosophy/practice whereby commits to source control directories trigger CI builds, and if the build fails then all development freezes until the ...
0
votes
1answer
147 views

Automatic SVN builds to use parameters

I'm a SW Tester and we're using jenkins for CI. I'm using TestNG and I have a parameter, which specifies a TestSuite to be ran. So in my pom.xml I have the following: ...
0
votes
1answer
107 views

parametrize Hudson checkout path

I am trying to figure out how to parametrize a hudson job so that i can checkout the code from different branch based on the parameter selected. I am able to use the parameter values in the shell ...
2
votes
1answer
479 views

svn-tag Hudson plugin not working

I started using Hudson a week ago. I was able to add various plugins to my build cycle (like ci-game, email-ext and Sonar) but i am unable to get the svn-tag to work. I am using the latest version of ...
3
votes
3answers
4k views

Hudson Maven Release Subversion

I am trying now for almost 2 days to get the release plugin running with maven and hudson. I installed now a svn client(dont know why I needed to this as Hudson has a SVN plugin) and the plugin is ...
1
vote
1answer
404 views

java.io.IOException with hudson

I use Hudson, and source code is controlled by SVN. When a new workspace checkout on slave, it displays: hudson.util.IOException2:remote file operation failed caused by :java.io.IOException:remote ...
1
vote
1answer
153 views

determine newest svn tag from hudson for deploy

We use Subversion for source control along with Maven for dependency management/ release preparation and Hudson as the CI server. The maven release prepare does the release tagging and creates a new ...

1 2 3