How to pass parameters to Parameterized build job in case of SVN polling?

2019-02-21 Thread Bhanu Sahu
Dear All, I have created a Parameterized job, which takes 4 parameters in the input. While building the job in the Jenkins screen I can feed these parameters. But in case of the when build trigger is SVN polling , How can we pass these parameter to the job? Where to specify these parameter

Custom build number to child job (correlate parent build with Child build)

2019-02-21 Thread Bhanu Sahu
Dear All, Problem statement: I have created a parent job in Jenkins, on completion of the parent job I am triggering the a child job, Parent job is deployment job and child job is sanity job. I want to correlate the parent job with the child job. Sending a parameter from the parent job is

Re: [JENKINS] General question

2019-02-21 Thread RAJENDRA PRASAD
Find my inline answers [yes] means support and nothing mentioned means I don't know: 01. Start tasks on heterogeneous environments (Linux / Unix / Windows / Talend / Oracle DB / Postgres / MySQL), [yes] 02. Interfacing with existing tools via web services , [yes] 3. How to migrate existing tasks

Re: How to send entire console logs/ output or specific stage output to email or save it to file

2019-02-21 Thread RAJENDRA PRASAD
Hope following like should help you https://nozaki.me/roller/kyle/entry/articles-jenkins-email rajendra.penuma...@gmail.com On Fri, 22 Feb, 2019, 09:41 , wrote: > Hi guys, > > I am trying to save logs of each build to file or send it through email, I > found a way to send email as in post

Re: How to send entire console logs/ output or specific stage output to email or save it to file

2019-02-21 Thread sagar . utekar
Thank you. I did it using this. emailext (attachLog: true, body: '', subject: 'Sending build logs',to: 'exam...@gmail.com') -- 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,

Re: How to send entire console logs/ output or specific stage output to email or save it to file

2019-02-21 Thread Slide
The email-ext plugin supports attaching the build log. https://wiki.jenkins.io/display/JENKINS/Email-ext+plugin On Thu, Feb 21, 2019 at 9:11 PM wrote: > Hi guys, > > I am trying to save logs of each build to file or send it through email, I > found a way to send email as in post build action,

How to send entire console logs/ output or specific stage output to email or save it to file

2019-02-21 Thread sagar . utekar
Hi guys, I am trying to save logs of each build to file or send it through email, I found a way to send email as in post build action, but it is just sending an url for Jenkins build console. If someone knows how can I achieve this, please help. Thank you ! -- You received this message

Re: Configure BitBucket to build upon commit on Jenkins

2019-02-21 Thread Richard Bywater
Have you followed the instructions available at https://support.cloudbees.com/hc/en-us/articles/11553051-How-to-Trigger-Multibranch-Jobs-from-Bitbucket-Server- ? I haven't configured it in a while but these steps are what I last used. Also of particular note is that, as far as I know, you

Re: [DevOps World Jenkins World 2019]: Volunteers needed for review committee

2019-02-21 Thread Alyssa Tong
Thanks Bruce, we'll get it fixed. BR, alyssa On Wed, Feb 20, 2019 at 12:43 AM Bruce Becker wrote: > Hi Alyssa, > Thanks for the announcement. A minor comment : on the form there is a part > which asks you to state which conference you've acted as reviewer for, but > there's no field to fill in

Configure BitBucket to build upon commit on Jenkins

2019-02-21 Thread Francisco
Hello guys, I'm facing an issue and I already tried many solutions. The trouble is: on BitBucket (BB) I configured the Bitbucket Server Webhook to Jenkins with my Jenkins URL and my repository. Then, on Jenkins I configured (in a multibranch) the Git Plugin with my repo and tried to do a

[JENKINS] General question

2019-02-21 Thread guyome . prof
Hello Folks, I'm looking for a scheduling solution. I was poking around the offical site but I still have (few) questions about the product. Is it possible to: 01. Start tasks on heterogeneous environments (Linux / Unix / Windows / Talend / Oracle DB / Postgres / MySQL), 02. Interfacing with

Serialize Pipelines

2019-02-21 Thread Armando Feniello
Hello sorry for my english, I would like to open a jenkins topic about "*serialize by FIFO structure, parameterized pipelines from the same repository and recalculation of some parameters that are calculated prior to launch*". I did some research on this topic and I found some plugin having only

Re: Node getting CancellationException during startup

2019-02-21 Thread kuisathaverat
yep, I use to recommend not share user too. El jue., 21 feb. 2019 a las 15:22, 'Björn Pedersen' via Jenkins Users (< jenkinsci-users@googlegroups.com>) escribió: > > We have setups with more than one agent on one host, but they do not share > the root. Both agents hold a lock on

Re: Node getting CancellationException during startup

2019-02-21 Thread 'Björn Pedersen' via Jenkins Users
We have setups with more than one agent on one host, but they do not share the root. Both agents hold a lock on /remoting/remoting.log.0.lck So you would probably need to ensure each remoting instance uses a different root dir (do not share it wiht other nodes). Björn -- You received this

Re: Node getting CancellationException during startup

2019-02-21 Thread kuisathaverat
There is 4 min between the start of the connection and the termination, the agent never opens the channel and is killed when the ping thread checks the connection. It is an old version of ssh-slaves-plugin because the log, Which version is it? also Which Jenkins Core? Which authentication do you

Re: Node getting CancellationException during startup

2019-02-21 Thread Sverre Moe
It tries again and again, but the same error each time. And each times I am left with two new instances of java on the node still running and it piles up. build32256 0.1 0.3 5774136 50148 ? Sl 13:51 0:02 /usr/java/latest/bin/java -jar remoting.jar -workDir /home/build/jenkins

Re: Node getting CancellationException during startup

2019-02-21 Thread Sverre Moe
That was my fault. I forgot some lines and had paste it in from a different try [02/21/19 14:16:46] [SSH] Starting sftp client. [02/21/19 14:16:47] [SSH] Copying latest remoting.jar... [02/21/19 14:16:47] [SSH] Copied 789,283 bytes. Expanded the channel window size to 4MB [02/21/19 14:16:47]

Re: Unable to get email after successful build

2019-02-21 Thread RAJENDRA PRASAD
To use Gmail as Jenkins notification channel, make sure to enable support for less secure apps : https://www.google.com/settings/security/lesssecureapps as this also prevents Jenkins from sending mail notifications. If not works with above settings Also try to change port to 587 and Uncheck

Triggering builds from SVN post-commit hook

2019-02-21 Thread Pavel Lyalyakin
Hello, I have several questions about triggering Jenkins build jobs from SVN post-commit hook and hope someone has answers. :) When I configure the job in Jenkins I see the following build trigger URL example: [[[ JENKINS_URL/job/pipeline/build?token=TOKEN_NAME ]]] However, I see a different

shell-dependent issues with exit code in jenkins

2019-02-21 Thread 'Chris' via Jenkins Users
Hi, I'm not sure if this is a jenkins issue or a shell issue, but it looks like things work as they should during direct execution from a shell, but not as it should in "Execute shell" inside jenkins. I made an extremely simple job in jenkins to demonstrate the problem and it only has this as

Re: Jenkins slave autoscaling in container platform (ECS or any other docker platforms)

2019-02-21 Thread 'Sven Scheil' via Jenkins Users
Hi Bill, did you made any progress on this? Could you send us some details on how you provide the information (secret, url of the jenkins master etc.) inside the container image? We like to use declarative jenkinsfiles and don't wann use these preconfigured docker templates. Thanks in