Invalid login information. Please try again. Try again" for matrix based security.

2017-04-04 Thread sharad p
getting error, Invalid login information. Please try again. Try again" for matrix based security -- 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-use

Re: Does Jenkins on Windows still require UnxUtils or Win-Bash?

2017-04-04 Thread Pheckphul
Thank you for your answer, brief as it was. ;-) On Tuesday, April 4, 2017 at 3:59:26 PM UTC-7, slide wrote: > > Short answer is no. > > On Tue, Apr 4, 2017, 15:56 Pheckphul > > wrote: > >> Sorry; I see I wasn't specific enough. I'm asking about installing a >> Jenkins master on Windows. So, w

Jenkins pipeline build fails to run script inside Docker container

2017-04-04 Thread Ramanathan Muthaiah
Hello All, Using standard + Pipeline + Docker plugins in Jenkins v2.53, am trying to run flake8 within a Docker container environment. 1. Jenkins master is running in a Vagrant VM and there is no dedicated agent as this is meant for experimentation and learning purposes. 2. Docker toolbox is i

Re: Reading parent POMs from repositories during parsing POMs phase

2017-04-04 Thread Eric B
3 years later, and I'm experiencing the exact same issue as you were. Did you ever find a proper way to make this work? Or is this a bug/limitation in the jenkins processing? On Friday, March 14, 2014 at 9:55:33 AM UTC-4, David V wrote: > > I tried setting the "Resolve Dependencies during Pom p

Error updating Jira issues

2017-04-04 Thread Chanda Unmack
Hello all, Having a bit of trouble with the Release Helper Plugin with trying to update Jira issues. I had this working briefly, but then it seemed to go sideways when we changed the Jenkins server. The version of Jenkins is the same, 2.46.1, as is the plugin v 1.3, the only main difference is

Re: Does Jenkins on Windows still require UnxUtils or Win-Bash?

2017-04-04 Thread Slide
Short answer is no. On Tue, Apr 4, 2017, 15:56 Pheckphul wrote: > Sorry; I see I wasn't specific enough. I'm asking about installing a > Jenkins master on Windows. So, when installing a Jenkins master on Windows, > is the "UnxUtils" package still a prerequisite? > > > > On Monday, April 3, 2017

Re: Does Jenkins on Windows still require UnxUtils or Win-Bash?

2017-04-04 Thread Pheckphul
Sorry; I see I wasn't specific enough. I'm asking about installing a Jenkins master on Windows. So, when installing a Jenkins master on Windows, is the "UnxUtils" package still a prerequisite? On Monday, April 3, 2017 at 1:02:51 PM UTC-7, Mark Waite wrote: > > I've never installed UnixUtils or

Re: Confluence Source Editor

2017-04-04 Thread Richard Bywater
I believe Daniel suggested you post this on the Infra mailing list? This isn't that list :) See https://jenkins.io/mailing-lists/#a-href-mailto-infra-lists-jenkins-ci-org-infra-lists-jenkins-ci-org-a Richard. On Wed, 5 Apr 2017 at 07:49 JordanGS wrote: > Is there any plans on enabling the sour

emailext behavior question

2017-04-04 Thread Richard Ginga
Why does the following pipeline produce an email with no embedded CR. This is the result email body: Test message: exmaple of carriage returns This is the pipeline: stage ('Email changes since last successful client build') { node('old_master') { def qaRequests = "exmaple of \n\

Confluence Source Editor

2017-04-04 Thread JordanGS
Is there any plans on enabling the source editor in the future for the wiki, see here . Thanks -- You received this message because you are subscribed to the Google Grou

Re: Multi-Platform matrix build with jenkins2 Pipeline

2017-04-04 Thread Matt Hauck
Nope, no solution to it yet. Glad to hear others are struggling with this too. Our solution so far as to not use Pipeline job configurations, sadly, but stick to good old Matrix job configurations together with tanium/pyjenkins for "configuration as code".

Re: .Net Project Automated Build and Deployment Setup

2017-04-04 Thread Lokesh Swamy
On Sunday, March 26, 2017 at 9:16:38 AM UTC+5:30, Lokesh Swamy wrote: > > Hi, > > Can anybody please help me out in performing deployment to a WebServer > with telnet ?

Re: .Net Project Automated Build and Deployment Setup

2017-04-04 Thread Lokesh Swamy
Suresh, Can you please walk me through how to setup a SSH with private key in TFS plugin ? I tried the other two options , didnt work for me. I am using an on premise TFS repository It would be of great help Thanks, Lokesh On Sunday, March 26, 2017 at 9:11:57 PM UTC+5:30, suresh kumar wrot

RE: Jenkins and the IBM i Series

2017-04-04 Thread Allen Fisher
Hi Phil— I was just going through my Jenkins emails and I saw that you’d replied to this. Thanks for the response. We’re going to “cheat” I think. We’ve got our own custom build system that we’re building out the API for. I’m already packaging SAVF files from a Jenkins job by calling down to t

RE: Custom build number in pipeline

2017-04-04 Thread Allen Fisher
Hi Mark— That’s a good point… I’m publishing to Artifactory though, and was hoping to use the build number as a folder name. Looks like the build description is available so I could use that to set the folder on Artifactory. Thanks for the link. Allen From: jenkinsci-users@googlegroups.com

Re: Jenkins timezone weird behaviour

2017-04-04 Thread maxim . chouinard
It really looks like those 2 pieces are not daylight savings aware. Is there some known other configurations? -- 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 j

Slave went offline during the build issue in AWS Jenkins server

2017-04-04 Thread gkrishnan
Hi Team, I am using AWS Instance as a Jenkins server which has different kind of nodes ( AWS EC2 Instance, Linux and Windows Nodes ) We are using this Jenkins server to execute UT and Functional test to qualify the builds. We are facing "Slave went offline during the build" issue frequently. (

mail notification

2017-04-04 Thread Geetha Sundaram
configured smtp settings and testing mail configuration working perfectly and I received the test mail, but mail is not sending in post build actions in before build or email notification after build not working, below are console logs. > git checkout -f 83dd3fd46f93f5a36979122e01f44bb00fac

Re: Disable new jobs if a build fails

2017-04-04 Thread Idan Adar
Thanks! I looked at the job, which is a multi-branch pipeline, and I did not see any disable or enable button. So assume the job does get somehow disabled via code, how would I enable it (manually)? only by code? On Tue, Apr 4, 2017 at 11:35 AM, 'Maciej Jaros' via Jenkins Users < jenkinsci-users@

Re: Disable new jobs if a build fails

2017-04-04 Thread 'Maciej Jaros' via Jenkins Users
Idan Adar (2017-04-03 15:11): Hello, I received a request, which sounds kinda far-fetched to me, but maybe I wrong. Lets assume there is a job that is scheduled to run 3 times ago. End to end sort of tests. And at some point one of the job runs fails. The request here is to block all future

Re: Multi-Platform matrix build with jenkins2 Pipeline

2017-04-04 Thread martinnyflott
I'm aware you can separate them by using stages, and I wasn't arguing against using them. However, we rely on parser plugins such as Log Parser Plugin to parse the logs. This plugin does only see the log as one aggregated chunk, and as with the tests there are no way of separating them from eac

Re: Using git publisher from a Jenkinsfile pipeline?

2017-04-04 Thread Eduardo Aparicio Cardenes
This is really cool guys. I was wondering why checkout scm it didn't enable git command to avoid create sh command, but I guess this is in progress. it will be good if you can share as troubleshooting in pipelines plugin because the integration with Git is a little unclear for a newbie like