pipeline-maven-plugin 3.8 upgrade fails to load mysql driver

2019-07-12 Thread Dan Tran
Hello, after upgrading to 3.8, mysql setup for pipeline-maven-plugin facing this error java.lang.ClassNotFoundException: com.mysql.cj.jdbc.Driver wonder if anyone has seen this? or it just me downgrade get it working again appreciate any helps -D -- You received this message becaus

Re: Pipeline durability in GitHub Organization Project

2019-07-12 Thread Devin Nusbaum
You might be running into https://issues.jenkins-ci.org/browse/JENKINS-48556 , where Declarative is intermittently unable to recognize valid option types. Some things that could cause that issue were fixed in Pipeline: Declarative 1.3.3, but I

Re: Pipeline durability in GitHub Organization Project

2019-07-12 Thread Jan Kosecki
Yes, I'm using version 2.33. On Fri, 12 Jul 2019, 17:43 Mark Waite, wrote: > Are you running the most recent releases of the Pipeline plugins? That > symbol was first included in workflow job plugin version 2.17. > > On Fri, Jul 12, 2019 at 6:37 AM Jan Kosecki > wrote: > >> Yes, I do. >> From

Re: Pipeline durability in GitHub Organization Project

2019-07-12 Thread Mark Waite
Are you running the most recent releases of the Pipeline plugins? That symbol was first included in workflow job plugin version 2.17. On Fri, Jul 12, 2019 at 6:37 AM Jan Kosecki wrote: > Yes, I do. > From what I see, "workflow-job" ID references "Pipeline: Job" plug-in chuj > I have installed.

How can I pass the userName and password from jenkins

2019-07-12 Thread Sanjay Kumar
Hi All, My current project is based on Cucumber+Java+Selenium+Maven. And I am reading *userName *and *password *from the CSV file. But I want to pass the *userName* and *password *from the Jenkins. Kindly help me how to do? Thank you in advance! Sanjay -- You received this message because y

Re: How to set sender address for each job separate in Jenkins ?.

2019-07-12 Thread Slide
Which plugin are you using to send emails? On Fri, Jul 12, 2019 at 5:04 AM ankit kapoor wrote: > How to set sender address for each job separate in Jenkins ?. > > At Global level I can set only single sender address & at project level > only changes allowed for recipient addresses. Please Help.

Re: Pipeline durability in GitHub Organization Project

2019-07-12 Thread Jan Kosecki
Yes, I do. >From what I see, "workflow-job" ID references "Pipeline: Job" plug-in chuj I have installed. On Fri, 12 Jul 2019, 13:10 Mark Waite, wrote: > The durabilityHint symbol is provided by the workflow-job plugin. Do you > have that plugin installed? > > On Fri, Jul 12, 2019 at 6:04 AM Jan

Re: Jenkins Agents getting disconnected

2019-07-12 Thread Sverre Moe
Also when this happens, even after I have managed to relaunch the agent, no build can run on it. It stops on "Waiting for next available executor on ‘node-name’", even though it is online. the previous build I stopped is still on the executor. The only solution is to restart Jenkins. fredag 12

Re: Jenkins Agents getting disconnected

2019-07-12 Thread Sverre Moe
I don't actually have to do anything, judt open Configure, Save, then Relaunch Agent. fredag 12. juli 2019 13.30.05 UTC+2 skrev Sverre Moe følgende: > > Strange > If I configure the agent, save then try to reconnect it is able to create > a connection and is back online. > > tirsdag 9. juli 2019

Re: trying to get Jenkins pipeline to run across multiple nodes in parallel

2019-07-12 Thread Mark Waite
As far as I can tell, dynamically defining the number of parallel stages will require that you use the scripted Pipeline syntax rather than the declarative Pipeline syntax. There is a stackoverflow article

Re: Pipeline durability in GitHub Organization Project

2019-07-12 Thread Mark Waite
The durabilityHint symbol is provided by the workflow-job plugin. Do you have that plugin installed? On Fri, Jul 12, 2019 at 6:04 AM Jan Kosecki wrote: > Hi, > > I've got a GitHub Organization Project that loads all requested > repositories of the organization and builds them using Jenkinsfiles

trying to get Jenkins pipeline to run across multiple nodes in parallel

2019-07-12 Thread Stephen DiMilla
I'm new to using pipelines. I'm trying to execute the same commands against a number of nodes in parallel Ideally I will pass a list of machines to run the same code against. Below I am hardcoding the machine names (machine1 and machine2) for the purposes of this example. I found the following

How to set sender address for each job separate in Jenkins ?.

2019-07-12 Thread ankit kapoor
How to set sender address for each job separate in Jenkins ?. At Global level I can set only single sender address & at project level only changes allowed for recipient addresses. Please Help. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

Pipeline durability in GitHub Organization Project

2019-07-12 Thread Jan Kosecki
Hi, I've got a GitHub Organization Project that loads all requested repositories of the organization and builds them using Jenkinsfiles inside each repository. I've read this article https://jenkins.io/blog/2018/02/22/cheetah/ and I'm tempted to set dev builds to use "PERFORMANCE_OPTIMIZED" a

Re: Jenkins Agents getting disconnected

2019-07-12 Thread Sverre Moe
Strange If I configure the agent, save then try to reconnect it is able to create a connection and is back online. tirsdag 9. juli 2019 13.20.55 UTC+2 skrev Sverre Moe følgende: > > On the build agents that gets disconnected there is plenty of available > disk space. > > When there are trying to