Outlook365 email notification is failing

2014-04-10 Thread Munaf Kotawdekar
Hi, I have configured outlook 365 email to work with Jenkins for notifications when build fails. Somehow it is not working. I have configured appropriate settings for Outlook online and also setup required TLS parameter in startup. I get the following error: ERROR: No authentication mecha

Re: GIT checkout Very Urgent...!!!

2014-04-10 Thread Ben Caradoc-Davies
If you *must* get a single file, you can use HTTPS and a pre-build step with a command line web client like wget or curl. For stash you can use the same path that you can find using the web interface: https://stash.example.com/projects/MYPROJECT/repos/myrepo/browse/myfile.txt?at=adc83b19e793491b

Re: Jenkins and Java 8

2014-04-10 Thread Mark Waite
There have been a few recent reports of Java 8 related errors in Jenkins. I believe all but one of those reports are already resolved in the current Jenkins development version. Even with that, my perception is that Jenkins with Java 8 is on the "bleeding edge". If you want to help the community

Jenkins and Java 8

2014-04-10 Thread Jared Griffith
I'm planning on upgrading everything to Java 8. Will Jenkins work and build normally if I switch it over to using Java 8 and have my builds run Java 8 as well? Is there any known issues? -- Jared Griffith Linux Administrator, PICS Auditing, LLC P: (949) 936-4574 C: (909) 653-7814

Configuring plugins programmatically

2014-04-10 Thread Marc Tardif
Hi folks, How can I configure plugins programmatically, like setting form data that is usually configured manually in the web interface? It seems that the preferred approach would be to use Groovy, so this is what I have: def manager = jenkins.model.Jenkins.instance.getPluginManager() def

Re: Jenkins putting '$' characters in file/folder names, breaking automatic backups

2014-04-10 Thread Richard Bywater
According to http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx, $ is a perfectly valid character for naming files & directories. And since Java uses $ to represent inner classes in .class files then this helps prove that theory. I'm not sure what the "Location is unavi

Perforce plug-in: Matrix build - Why is clean build/force sync "highly recommended"?

2014-04-10 Thread Jonathan Rice
In a matrix build, the following warning is printed, if you don't opt for "Always Force Sync", or "Clean Workspace": "This is a matrix build; It is HIGHLY recommended that you enable the 'Always Force Sync' or 'Clean Workspace' options. Failing to do so will likely result in child builds not be

RE: Perforce-Plugin: How to use variables in the client/view spec?

2014-04-10 Thread Ginga, Dick
I do not think this is possible. I have tried it. You can use a parameter as a workspace name but not in the view field. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mike Craig Sent: Thursday, April 10, 2014 4:18 PM To: jenkinsci-users@googlegrou

Re: Build Flow Plugin firing rescues I don't think are needed

2014-04-10 Thread Tim Jackson
I just got back to this issue and re-read the Guard/Rescue description where it is defined as a Try/Finally OK, my mistake, but I find the reality useless. Why isn't there a Try/Catch-like construct? If the Guard jobs fail, then run the Rescue jobs - if they don't fail, skip the Rescue.

Re: Trying to decipher stack trace

2014-04-10 Thread Maureen Barger
Just to circle back in case anyone comes up against this, it turned out people created a job that called itself as a template. On Thu, Apr 10, 2014 at 6:16 AM, Maureen Barger wrote: > Hi - restarting Jenkins this morning I am getting the following error > at startup. Jenkins fails to start and I

Re: Jenkins Plugin for Web.Config Replacement

2014-04-10 Thread Mike Craig
I use a batch process using this project: https://configgen.codeplex.com/ On Tuesday, April 8, 2014 10:40:09 AM UTC-7, award wrote: > > I apologize if this has already been discussed or resolved in advance; > however, I can't seem to find the answer i'm looking for. Maybe I'm not > asking it

Perforce-Plugin: How to use variables in the client/view spec?

2014-04-10 Thread Mike Craig
Hello, I'm trying to make the Perforce Plugin's view spec more dynamic by including an Environment variable in the spec, but it doesn't' seem to work the way I would expect. Our specs usually include the Release name: //base/products/branch/v1.Main/... //VMWIN2K801/products/branch/v1.Main/...

ldaps ignore cert errors

2014-04-10 Thread teilo
Is there a way to use the ldap plugin with ssl (ldaps) without having to setup full trust for the cert? I know what the issues with turning things off like this are - but at least it is marginally better than just sending username/password in cleartext. or to put it another way how to quickly a

Re: How to set email address for a user when using AD?

2014-04-10 Thread Slide
The easiest way would be to go to http://YOURSERVER/jenkins/user/fbloggs/configure and enter the correct email address. The email plugins should pickup the address from there going foward. On Thu, Apr 10, 2014 at 9:41 AM, David Aldrich wrote: > Hi > > > > We use Active Directory to authenticate

How to set email address for a user when using AD?

2014-04-10 Thread David Aldrich
Hi We use Active Directory to authenticate users in Jenkins. Email to one of our users is going to the wrong email address. If his name is Fred Bloggs, his svn credentials are fbloggs, and Jenkins is sending the email to fbloggs@ourdomain. But his email address is fred.bloggs@ourdomain. How

Re: GIT checkout Very Urgent...!!!

2014-04-10 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Git does not provide a way to clone (checkout) a single file. You must clone some portion of the repository and then checkout a branch that contains the file you need. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Apr 10 2014 12:29:3

Re: GIT checkout Very Urgent...!!!

2014-04-10 Thread Mark Waite
look at sparse checkout as one way you might do that. On Apr 10, 2014 10:25 AM, wrote: > Hi Folks, > > I'm trying to checkout a specific file from GIT using Jenkins, I didn't > any way how to get a specific file form GIT. > > Could any one tel how to do this by using jenkins or GIT command. > > w

GIT checkout Very Urgent...!!!

2014-04-10 Thread srinath0805
Hi Folks, I'm trying to checkout a specific file from GIT using Jenkins, I didn't any way how to get a specific file form GIT. Could any one tel how to do this by using jenkins or GIT command. we are accesing git through STASH my repository is like *ssh://g...@stash.xyz.com:7999/repo/test.gi

Re: What happens to JNLP process if connection goes down?

2014-04-10 Thread fahptv
The title of the post may be misleading. I don't know what really happens to the original connection so I can't say for sure it went down. All I know is the master considers the slave to be unavailable and we are not able to SSH to the slave. Just wondering what happens to the java/jnlp process

What happens to JNLP process if connection goes down?

2014-04-10 Thread fahptv
1. Slave connects to master successfully and is online. There's a process running on the slave: java -jar slave.jar -jnlpUrl https://some.host/jenkins/computer/my-computer/slave-agent.jnlp -secret mysecret ... 2. Something bad and mysterious happens and the slave is offline f

Re: Jenkins putting '$' characters in file/folder names, breaking automatic backups

2014-04-10 Thread Daniel Beck
On 10.04.2014, at 15:56, Scott Evans wrote: > Anyone know why this may be occurring and what I can do to resolve this? It's a Maven job. AFAICT, they've always (or at least since 2009) worked like this to store artifacts and logs separate for each module, see e.g. https://github.com/jenkinsci

Re: Jenkins putting '$' characters in file/folder names, breaking automatic backups

2014-04-10 Thread Scott Evans
To ???: A few quick thoughts (since I don't have access to your machine and environment): - You said you ran the command-line job on the Jenkins server itself? Is this the same physical box where the build ran that's causing problems? Most people are set up with a Jenkins server and then agent m

Unable to open for write

2014-04-10 Thread Graham Little
I am using the mvn-nar-plugin to execute a build task in Maven 2, that builds and packages a c++ project. Here is a copy of the console output, I know that write permissions have been denied, is there a setting in jenkins that would allow this build process to have the write permissions it needs

RE: Where did the "Append Jenkins Build Number" in the m2-release plugin go?

2014-04-10 Thread James Nord (jnord)
You could try setting the release version to “1.2.3-${BUILD_NUMBER}” – but I’m not expecting that it works – you may get lucky. /James From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of dev123 Sent: 10 April 2014 12:54 To: jenkinsci-users@googlegroups.

Where did the "Append Jenkins Build Number" in the m2-release plugin go?

2014-04-10 Thread dev123
Jenkins 1.558 I understand that "Append Jenkins Build Number" has been removed in the mvn-release plugin since it had no effect https://issues.jenkins-ci.org/browse/JENKINS-20753 But it is possible to get this feature to work automatically work somehow anyway? Before:

Re: Trigger a job Y after an artifact from job X has been released?

2014-04-10 Thread dev123
I now use the conditional trigger plugin where I set the boolean token to evaluate $IS_M2RELEASEBUILD. Works fine. On Wednesday, April 9, 2014 11:09:07 PM UTC+2, dev123 wrote: > > Ah yes. I have installed the promoted build plugin. I have then checked > (for some reason the same option appear

Re: Enabling Jenkins Security Blocks Github Webook <404 Error>

2014-04-10 Thread Marius Gedminas
On Wed, Apr 09, 2014 at 03:44:03PM -0400, Jon Cope wrote: > I agree that it's not a great solution but it'll get me by while I > search for a more favorable one. Is there another way to utilize the > webhook feature without enabling any anon privileges? I'm using it fine without allowing anonymou

Bug in the promoted-build plugin when using release condition

2014-04-10 Thread dev123
It seems that the promoting a build based on a release condition is broken in the promoted build plugin (version 2.17). I have reported a bug: https://issues.jenkins-ci.org/browse/JENKINS-22565 Please comment or vote for this bug if you have the same problem. -- You received this message bec

Trying to decipher stack trace

2014-04-10 Thread Maureen Barger
Hi - restarting Jenkins this morning I am getting the following error at startup. Jenkins fails to start and I am unsure why.Has anyone seen this error before? Exception in thread "Jenkins initialization thread" java.lang.StackOverflowError at java.lang.String$CaseInsensitiveComparator.compare(St

Find user host who started a job

2014-04-10 Thread Ethan Hemo
Hi, I want to know on what machine did the user started the job in Jenkins. Is there any way to have it with the build information? I looked through some plugins but i haven't found something like that. Thanks :) -- You received this message because you are subscribed to the Google Groups "Je

Re: Deadlocked threads

2014-04-10 Thread Dirk Kuypers
Meanwhile I could reproduce the bug with 1.556 and was able to copy the stack trace by inspecting the html page in chrome.;-) I opened https://issues.jenkins-ci.org/browse/JENKINS-22560 BR Dirk 2014-04-09 15:11 GMT+02:00 Dirk Kuypers : > Hi, > > I think since Jenkins 1.556 (with 1.555 there

Re: Where did the maven deploy plugin go?

2014-04-10 Thread teilo
It shows up for me as part of the standard maven plugin, under a post build action -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@