Re: Jenkins issue on installing Email-ext plugin[--Urgent--]

2018-03-01 Thread iqbal md
Thanks all for your support. The issue got resolved after upgrading Jenkins to the latest version i.e. 2.89 along with latest plugins. All the plugins have been installed via Plugin Manager feature available in Jenkins. -- You received this message because you are subscribed to the Google

Re: best way to get execution time for test cases

2018-03-01 Thread Simon Richter
Hi, > i'm looking for a way to get execution times for test cases (PhantomJs > tests to be precise, if that matters). I've adapted my test framework to generate a JUnit compatible output file, and then used the JUnit plugin to parse it. Try with an empty project and an example report.xml to see

Unexpected EOF in Jenkins Ant on macOS because of password symbols

2018-03-01 Thread Denis Kazantsev
I'm also created topic on stackoverflow but I guess here will help me better. I'm using local instance of Jenkins on my macOS machine. It configured to use macOS system Ant. I'm

How can I configure an organization folder to use Github with Jenkins job DSL?

2018-03-01 Thread evan
When I try to create an organization folder with the following Jenkins job DSL: organizationFolder("folderName").with { organizations { github { repoOwner("bar") credentialsId('baz') checkoutCredentialsId('SAME') pattern('foo')

Info Build Jenkins on excel shared

2018-03-01 Thread Michele Maione
hi all, I recently used jenkins and I was wondering if it was possible to extract some info from the builds and write them automatically on an excel shared on the web. it's possible? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Re: Mac Jenkins Can't Clone/fetch from GitHub

2018-03-01 Thread Denis Kazantsev
This helped with my problem. But after macOS reboot (OS update was installed) Jenkins roll backed to previous version. And also now I have different problem with Ant but I'm not sure that it's related to this issue. On Wednesday, May 24, 2017 at 6:00:20 AM UTC+3, Shuguo Yang wrote: > > Hey,

MarkupBuilder in pipeline code

2018-03-01 Thread Neil T
HI All I want to use MarkupBuilder in pipeline code. But I get 'java.lang.NoSuchMethodError: No such DSL method 'body' . Is there a workaround or alternative way to generate some HTML to send in an email. def makeHtmlTable (refs) { def writer = new StringWriter() def markup = new

best way to get execution time for test cases

2018-03-01 Thread Steffen Kromm
Hey all, i'm looking for a way to get execution times for test cases (PhantomJs tests to be precise, if that matters). E.g. (Test X, Passed, 17ms), for each Test I thought about parsing the Build-Log output, but the log doesn't contain times for failed tests. How should i handle this

Re: Build step and multibranch job

2018-03-01 Thread Samuel Mutel
The second one is working fine. I forgot to specify the branch name. Here is the piece of code: build( job: 'CIO-CICD/universe/master', wait: false ) Thanks ! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group

Re: Build step and multibranch job

2018-03-01 Thread Victor Martinez
or even: https://stackoverflow.com/questions/37322143/how-to-trigger-multibranch-pipeline-jenkins-job-within-regular-pipeline-job -- 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

Re: Build step and multibranch job

2018-03-01 Thread Victor Martinez
Does the below answer works for your use case? - https://stackoverflow.com/questions/45010601/triggering-a-multibranch-pipeline-job-from-an-other-multibranch-pipeline -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Processes (WINWORD) not ended when Gradle tasks run from Jenkins

2018-03-01 Thread Chris Pudney
G'day, We are running Jenkins v2.89.2 and Gradle v4.4.2 on Windows Server 2012 We've defined a project that runs a Gradle (javaexec) task using Invoke Gradle script. The javaexec Gradle task processes batches of MS-Office documents by running our Java program, which uses Jacob libraries to

Re: Jenkins Pipeline with parallel stages

2018-03-01 Thread Daniel Beck
> On 1. Mar 2018, at 08:34, Rachit Agrawal wrote: > > I am new to jenkins and starting to use Pipeline plugin with Declarative > syntax. I have a requirement where I want to run multiple stages in parallel. > Attached is the example figure. > > Fig 1. is something

Re: Shared Groovy Library class comparation problem

2018-03-01 Thread Carles Capdevila Tejada
EDIT: wrong code for (action in build.getAllActions()) { context.echo "Comparing actions: ${action.getClass().getName()} with ${MilestoneAction.class.getName()}" //if (action.getClass().getName().equals(MilestoneAction.class.getName()))//Ugly, but works if (action instanceof

Re: setup of Jenkins infrastructure

2018-03-01 Thread LnT
Very much grateful to your feedback Dirk. Thanks a lot. On Thursday, March 1, 2018 at 2:23:57 PM UTC+5:30, Dirk Heinrichs wrote: > Hi, > > > Burden meaning - if 3000+ Jenkins jobs are created then > > even though jobs run @ slaves > > but respective build information will be stored @

Build step and multibranch job

2018-03-01 Thread Samuel Mutel
Hello, I would like to start a multibranch job from another job in a jenkinsfile. So I put this piece of code: build( job: 'CIO-CICD/universe', wait: false ) But it does not seems to work correctly ... Any idea? How to specify the branch name? Thanks. -- You received this message because

Shared Groovy Library class comparation problem

2018-03-01 Thread Carles Capdevila Tejada
Hi there, I defined a MilestoneAction class in our shared groovy library, and attached it to jobs through another method in the library via addAction(). When peeking at that specific build from another build through another library method via 'build.getActions(MilestoneAction.class)' that

Jenkins DNS ns2.jenkins-ci.org issues

2018-03-01 Thread Tomas Palaikis
Hi, it looks like DNS ns2.jenkins-ci.org is having issue. Please check in DNS tool: http://dnscheck.pingdom.com/troubleshooting.php?domain=jenkins-ci.org Tomas -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Re: setup of Jenkins infrastructure

2018-03-01 Thread Dirk Heinrichs
Hi, > Burden meaning - if 3000+ Jenkins jobs are created then > even though jobs run @ slaves > but respective build information will be stored @ Jenkins master. Hence it is > seeing as burden. We've got approx. 1000 jobs, and don't experience any problems on the master (VM with 4 vCPU and 16G

Re: setup of Jenkins infrastructure

2018-03-01 Thread LnT
Thanks so much Dirk. I will convince for Linux Jenkins master. Burden meaning - if 3000+ Jenkins jobs are created then even though jobs run @ slaves but respective build information will be stored @ Jenkins master. Hence it is seeing as burden. What would you suggest - if Jenkins page load is

Re: Algorithm negotiation fail problem

2018-03-01 Thread 'Björn Pedersen' via Jenkins Users
Hi, you probably need to update SSH plugins: https://plugins.jenkins.io/publish-over-ssh -> 1.14 has a newer Jsch that provides the new algorithms. For ssh plugin (https://plugins.jenkins.io/ssh), you need to get an update on https://github.com/jenkinsci/jsch-plugin/ to 0.1.54.2 mot