Re: Invoke another pipeline under another repository's branch

2017-09-15 Thread Kevin Burnett
:D this is working for me: build('/proj/hot-repo/master') where proj is a bitbucket project key (bitbucket server in my case) and hot-repo is a repo within that project. On Friday, September 15, 2017 at 11:30:02 AM UTC-4, Slava Dubrovskiy wrote: > > > 15.09.2017 17:50, Dan Tran пишет: > >

Re: Jenkins doesn't start automatically after a PC boots

2017-09-15 Thread Slide
If you go into the properties of the service in services.msc and look at the startup type, is it set to Automatic? On Fri, Sep 15, 2017 at 4:07 PM Masaru Tsuchiyama wrote: > Hello > > Jenkins doesn't start automatically after a PC boots. > > I installed Jenkins by windows

Re: All jobs run when shared library is updated

2017-09-15 Thread Mark Waite
One way to disable it is to redefine your library references so that each Jenkinsfile refers to a specific version in the pipeline shared library. That has the additional benefit that it makes explicit what you have decided implicitly, that you want to ignore changes in the pipeline shared

Major update to Matrix Authorization Plugin on experimental update center

2017-09-15 Thread Daniel Beck
Hi everyone, I recently fixed several long-standing issues with the Matrix Auth plugin. A beta release of the major update 2.0 is available on the experimental update center[2]. The list of changes is available on the plugin's page[1]. Please help me test it to ensure a smooth upgrade

Jenkins doesn't start automatically after a PC boots

2017-09-15 Thread Masaru Tsuchiyama
Hello Jenkins doesn't start automatically after a PC boots. I installed Jenkins by windows installer at https://jenkins.io/download/thank-you-downloading-windows-installer If I start Jenkins service at services.msc manually, it can be started. I'm running Jenkins as a normal user not System

Re: One github repo, two pipelines, two distinct checks in github?

2017-09-15 Thread Richard Bywater
With regards to 1, the credentials and credential binding plugins would probably help out there as you wouldn't have to embed the token in the script. Can't comment on the other issues though. Richard On Sat, 16 Sep 2017, 3:01 AM 'Ian Smith' via Jenkins Users < jenkinsci-users@googlegroups.com>

All jobs run when shared library is updated

2017-09-15 Thread red 888
I have my whole pipeline block of code defined in a shared library and my jenkinsfiles for my apps just call this shared library. I noticed though that when I modify the shared library and push to the git repo ALL the jenkins jobs that depend on this library re-run. How can I prevent this from

Re: Running a bat file

2017-09-15 Thread t3knoid
Have you looked at using the Start command? As I understand it, it starts a process in a different context. In this way, when the Jenkins job ends, it doesnt shut down the service since its in a different context. On Friday, September 15, 2017 at 4:01:58 AM UTC-4, harvey wrote: > > Currently I

Re: Invoke another pipeline under another repository's branch

2017-09-15 Thread Viacheslav Dubrovskyi
15.09.2017 17:50, Dan Tran пишет: Ping! 0% packet loss -- WBD, Viacheslav Dubrovskyi -- 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

Re: One github repo, two pipelines, two distinct checks in github?

2017-09-15 Thread 'Ian Smith' via Jenkins Users
Hi Ann, Thank you for that information. Sadly this isn't a viable option due to two reasons 1. Having to embed the Github user token in the curl command, which means adding that to the Jenkinsfile script 2. The webhook still takes the value of the build state for the last

PTC plugin: Java with Integrity older than 10.5

2017-09-15 Thread rampaulj
Hello Leon, I am working on the same configuration as your Integrity Server version - 10.3 Jenkins Plugin 1.31-4.10.9049. I am getting only the folders checked out and not the files. I am using the Java version higher than yours can you please let me know if that would be a problem. Also

Re: Invoke another pipeline under another repository's branch

2017-09-15 Thread Dan Tran
Ping! -- 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...@googlegroups.com. To view this discussion on the web visit

Re: Multibranch jobs and webhooks

2017-09-15 Thread Steven Foster
On Friday, September 1, 2017 at 11:57:32 AM UTC+1, Stephen Connolly wrote: > > The credentials provided for manage hooks needs to have permission to > manage hooks on all repositories. > > You may need to trigger the "Re-register hooks for all jobs" if something > went wrong. > > HTH > Still

shutdown the OS when all build jobs are done

2017-09-15 Thread Masaru Tsuchiyama
Hello Is there any way to shutdown the OS when all build jobs are done? I'm using Win10 Pro. -- Masaru Tsuchiyama -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

Re: Fwd: using pararllel in a dynamic list of stages

2017-09-15 Thread Viacheslav Dubrovskyi
Hi, Did you read https://jenkins.io/doc/pipeline/examples/#parallel-from-list ? 15.09.2017 13:33, Jes Struck пишет: Hi all I'm trying to do something that might be  a stupid idea, but I can't get it to work as i exspect I have a list of components that I whant to do something with, so in

Fwd: using pararllel in a dynamic list of stages

2017-09-15 Thread Jes Struck
Hi all I'm trying to do something that might be a stupid idea, but I can't get it to work as i exspect I have a list of components that I whant to do something with, so in my Jenkins file i have created a list, and used each on that list to dynamicly create stages. But my problem is that we

Re: "no such session" from Jenkins

2017-09-15 Thread Ana MB
Hi again... The error that I get in the log session is: *09:22:01.513 WARN - Session 90fe1c1e-3e21-4e88-8ccf-0bd6179fd9f2 deleted due to in-browser timeout. Terminating driver with DeleteSession since it does not support Killable, the driver in question does not support selenium-server

understanding milestone and locks - why is stage terminated?

2017-09-15 Thread Torsten Reinhard
Hi, I have a large development pipeline doing the Build, Deploy & Test of some MicroServices. Reduced to the essential parts it looks like: node() { stage ("CI: Build, unit test") { milestone label: 'Building...' ciBuildTest( ... ) } // Lock running SonarQube - the

How can i call global function defined in Jenkinsfile from inside the external groovy script loaded with 'load' step ?

2017-09-15 Thread ishan jain
Hi, My Jenkinsfile is getting rather large and i want to break it down into different groovy scripts for easy maintenance. Here is a sample code structure. externalScripts = '' pipeline { agent master stages { stage('first') { agent { label 'master' } steps { script

Re: Jenkins ver. 1.586 hangs after build

2017-09-15 Thread Mark Muizer
Hi there, I got the same issue here, any idea what the problem was? TIA! Mark Op woensdag 5 november 2014 11:54:41 UTC+1 schreef T Klöber: > > I just updated to the latest Jenkins version and now my build job never > finishes but hangs for hours! > If I abort the job I get the following

Re: Running a bat file

2017-09-15 Thread harvey
Currently I am just trying to create a single build to Start the glassfish server. For the same I used a freestyle project and by selecting "Run a batch windows command line" in building steps I wrote the following commands: cd c:\glassfish3\bin call asadmin start-domain Then I saved the

Re: "no such session" from Jenkins

2017-09-15 Thread Ana MB
And if I run the tests from my local pc I don't get that error exception. Thanks! El viernes, 15 de septiembre de 2017, 9:56:32 (UTC+2), Ana MB escribió: > > Hi guys! > > I'm having problems with my Selenium tests from my Jenkins. Sometimes, I > get "no such session" error in my Eclipse when I

"no such session" from Jenkins

2017-09-15 Thread Ana MB
Hi guys! I'm having problems with my Selenium tests from my Jenkins. Sometimes, I get "no such session" error in my Eclipse when I run my Selenium Test in an external server Jenkins. Jenkins closes the window after loading page correctly (a graphic). I've read that the solution is starting