Re: Jenkins: How to restrict ssh credentials use in slave node configuration

2014-07-15 Thread martin flehmig
Am 14.07.2014 21:29, schrieb Daniel Beck: On 14.07.2014, at 16:25, martin flehmig martin.fleh...@tu-dresden.de wrote: 8) Login as userA and create slave node called nodeA: * Configure nodeA: * Launch method: Launch slave agents on Unix machines via SSH * Host: dummyh...@dummydomain.de

SCMTrigger not working

2014-07-15 Thread yair friedman
hi, i am usung Jenkins ver. 1.554.3 http://jenkins-ci.org/ , and want a commit to the mercurial to trigger a build of another project . i tried using pollSCM on the mercurail and the SCMTrigger but it does not triggered on commit . please advice . -- You received this message because you are

Re: People using the LDAP plugin to connect to Active Directory

2014-07-15 Thread Stephen Connolly
For the record: http://social.technet.microsoft.com/wiki/contents/articles/5392.active-directory-ldap-syntax-filters.aspx reports in note 19 that specifying the object class can be dramatically faster, so e.g. ((objectCategory=group)(member:1.2.840.113556.1.4.1941:={0})) as the group

Re: Variable $sha1 not being set in pull-request-builder plugin

2014-07-15 Thread Ruslan Baratov
Same problem. May be this wiki https://wiki.jenkins-ci.org/display/JENKINS/GitHub+pull+request+builder+plugin is out of date? Or may be Branch Specifier step related only to parameterized build? среда, 23 апреля 2014 г., 20:53:36 UTC+4 пользователь cyc...@speakeasy.net написал: I've

Violations plugin + perlcritic

2014-07-15 Thread J . M . Castroagudín Silva
Hi everyone, We are doing some tests using jenkins to periodically run some analysis (unit testing, code coverage, perlcritic...) on perl projects. So far, everything is working quite well: test results are displayed, we are publishing html reports for code coverage, even the violations plugin

Using Jenkins to Commit to SVN 1.8

2014-07-15 Thread Eric
Hi, I'm new to Jenkins and having one issue. Currently, I'm using the Promote Build Plugin. When I promote a build, I execute a batch command to commit a text file back into the repository. This is only done when I promote a build. However, its SVN 1.8.8. Searching around I see that Jenkins

Using Jenkins to Commit to SVN 1.8

2014-07-15 Thread Eric
Hi, I'm new to Jenkins and having one issue. Currently, I'm using the Promote Build Plugin. When I promote a build, I execute a batch command to commit a text file back into the repository. This is only done when I promote a build. However, its SVN 1.8.8. Searching around I see that Jenkins

Re: Using Jenkins to Commit to SVN 1.8

2014-07-15 Thread Daniel Beck
On 15.07.2014, at 16:27, Eric ericleesand...@gmail.com wrote: Is there currently a way to work around this? * Don't use the SVN 1.8 client when modifying the Jenkins SVN checkout (is there _really_ a reason to upgrade the client, other than the new version existing?). * Have the Workspace

Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2014-07-15 Thread Jim Lloyd
We have a Jenkins installation that has undergone several changes in the last couple months as we transition from using Perforce to using Git as our SCM. We've had numerous problems with email-ext during the transition, but we may be getting close to a solution. We're currently using the most

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2014-07-15 Thread Jim Lloyd
We don't require authentication, and I can successfully send test emails using the Test configuration by sending test e-mail setting under the global setting for E-mail Notification. We're running the .war directly using java -jar jenkins.war --logfile=/var/log/jenkins/jenkins.log. The

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2014-07-15 Thread Slide
Ok, another option is to restart Jenkins and add -Dmail.debug=true to the command line. On Tue, Jul 15, 2014 at 12:18 PM, Jim Lloyd jim.ll...@gmail.com wrote: We don't require authentication, and I can successfully send test emails using the Test configuration by sending test e-mail setting

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2014-07-15 Thread Richard Bywater
I would start by asking the group who administers the SMTP server you are talking to. Given that the Invalid Address error is being returned by the server, perhaps there is some policy in place on the SMTP server that prevents you sending to that address? Richard. On Wed, Jul 16, 2014 at 5:29

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2014-07-15 Thread Jim Lloyd
I don't think that is the problem. I can send test emails from Jenkins using the Test configuration by sending test e-mail setting under the global setting for E-mail Notification. And I can also send emails from the machine without authentication using the mailx command: mailx -s Testing 1,2,3

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2014-07-15 Thread Slide
Ok, let's start over with this. The server is sending back a response that says that engineering_plugin_disc...@redsealnetworks.com is invalid, but JavaMail thinks the address is valid. This can happen when either the sender or recipient is invalid, can you try the -Dmail.debug=true option that I

Re: Error sending to the following VALID addresses; SendFailedException message: 501 5.1.7 Invalid Address

2014-07-15 Thread Jim Lloyd
I have managed to find a combination that seems to work. I stopped using the outlook based smtp server and simply used the default server running on the localhost, and one email was successfully delivered. Note that we have been using the outlook smtp server continuously for months, and all sent

Re: Copy files from master to slave

2014-07-15 Thread Panikera Raj
Hi Corneil, I have gone through the Copy to slave plugin. Sorry if I understand wrongly, as with this plugin we can copy files to slave before building the master project. But my concern is to copy files in between master build is going on or at the end of the build is done (before going to start

Re: Sparse Checkout in GIT

2014-07-15 Thread sai ram
When I do a sparse checkout, then in the Jenkins workspace I see, ProjectA/ProjectB but I want to create a dynamic file that has be moved inside the ProjectB and currently its located under, ProjectA/ProjectB abc.xml Please let me know how to do sparse checkout for this. Thanks, On Mon,

Re:

2014-07-15 Thread Panikera Raj
Hi All, How to achieve this, I got stuck since two weeks please give any solutions. Regards, Panikera On Mon, Jun 30, 2014 at 4:35 PM, Panikera Raj panikera.raj...@gmail.com wrote: Hi Beck, But I am not able to check out using Jenkins.. Still I am getting the above exception. I am using

Re: Copy files from master to slave

2014-07-15 Thread corneil.duples...@gmail.com
You add it as a build step before you need to use the files. Typically: Copy to slave Build artifacts Publish artifacts Publish Test results On 16 Jul 2014 6:57 AM, Panikera Raj panikera.raj...@gmail.com wrote: Hi Corneil, I have gone through the Copy to slave plugin. Sorry if I understand