Re: Workspace not visible on master even after copied with the 'copy to slave' plugin

2017-01-19 Thread Raghu Pallikonda
Hi Victor, Thank you for your reply, May be I did not put it clearly in my earlier posting. I have verified that the 'workspace' got occupied successfully to the Jenkins Master VM disk. So the 'workspace' did indeed get copied as expected by using the 'copy to slave` plugin. The issue is tha

Re: Docker Build & Publish using --force=true in Pipeline?

2017-01-19 Thread nicolas de loof
why not just use a plain sh "docker push foo:tag" step ? I never understood what this docker.xx basic methods where for, as they just replicate the plain docker CLI without extra features 2017-01-20 3:46 GMT+01:00 : > Hi David! > > I'm not sure that follows. According to the plugin page ( > https

Need Few Information how to used Jenkins on Windows

2017-01-19 Thread shimith . menon
Hi Team, Can anyone please help me with below doubts ? I need Jenkins to be used on windows to automate few things below. 1) When we create windows images( Example: 2008r2, 2012r2, Win7, Win10 etc) the status should show in Jenkins whether the newly created images is success or failure.I

Did anyone has any idea how to trigger Jenkins build every 50 days?

2017-01-19 Thread reddy yerapa
Thanks for your reply I tried that but it's not working out -- 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 vi

Did anyone has any idea how to trigger Jenkins build every 50 days?

2017-01-19 Thread reddy yerapa
Thanks for your reply I tried that but it's not working out -- 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 vi

Did anyone has any idea how to trigger Jenkins build every 50 days?

2017-01-19 Thread reddy yerapa
Thanks for your reply I tried that but it's not working out -- 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 vi

Re: Docker Build & Publish using --force=true in Pipeline?

2017-01-19 Thread jbrooks
Hi David! I'm not sure that follows. According to the plugin page (https://wiki.jenkins-ci.org/display/JENKINS/CloudBees+Docker+Pipeline+Plugin), v1.4 includes a change to "Handle recent deprecation of docker tag --force", so I've got some reason to believe that it doesn't just run docker comm

Re: Nexus plugins can't connect to my fresh Nexus install

2017-01-19 Thread lakshminarayana kodali
I'm also running into the same issue. Anyone of you were able to resolve it??? I'm using the Nexus 3.x server and the Nexus-Jenkins Plugin. On Monday, January 9, 2017 at 11:15:25 AM UTC-8, Khurram Nizami wrote: > > I'm having the same problem. Where you able to resolve it? Maybe this is > an i

Re: [pipline] have jenkins to override default parameter's values

2017-01-19 Thread David Karr
The number of parameters is only a problem if they have to override most of the values. If most of the parameters can take their default values, then it's not that annoying. They could then define a parameterized pipeline job that calls your pipeline, so they can customize the behavior for their o

Re: Docker Build & Publish using --force=true in Pipeline?

2017-01-19 Thread David Karr
The plugin just runs docker commands. If the version of docker you have installed on the box doesn't support a "--force" parameter, it will fail. I have no idea what the history is of that, but it seems likely this is the cause of your problem. On Tue, Jan 17, 2017 at 12:58 PM, wrote: > All rig

Re: Plugin Integration Testing with Downstream Jobs

2017-01-19 Thread Eric Zounes
On Thursday, January 12, 2017 at 1:58:27 PM UTC-8, Daniel Beck wrote: > > > > On 12.01.2017, at 21:03, Eric Zounes > > wrote: > > > > I'd really like to know if there's a blessed way for the test to block > until all downstream jobs are completed or if I should take a different > approach al

Re: Slaves pipeline scripts

2017-01-19 Thread jerome
I'm having a hard time accessing jenkinsfile checkout folder (@script one). This name can change when in parallel or if a lock occure or mutliple build are done. What is the proper way to get the current Jenkinsfile folder inside the pipeline (the one used for the scm jenkinsfile checkout)? --

Slaves pipeline scripts

2017-01-19 Thread jerome
Hi, We currently moving away form single master node under Windows to master under Linux and multiples node under multiples desktop OS. I was looking to some tips and check if my setup idea is good or maybe what others have done so far into such cases. We are using Hg for repos and we did a sub

Re: Anyone knows document about setup Jenkins master/slave in Linux

2017-01-19 Thread steven ylu
Thank you, Indra. But I don't have problem to install Jenkins on Linux. My question is how to setup Jenkins Master and Slave among the linux machines. All document I searched are talking about in Windows, not for Linux machines. On Tuesday, January 17, 2017 at 10:57:57 AM UTC-6, steven ylu wrot

Re: [ANNOUNCE] Jenkins Upgrades to Java 8

2017-01-19 Thread Mark Waite
I agree with Baptiste. Don't mix JDK versions between master and agents. I had the illusion that the git plugin worked across that environment until a bug was found which shattered that illusion. Mark Waite On Thu, Jan 19, 2017 at 9:51 AM Baptiste Mathus wrote: > There's a strong debate about

env.CHANGE_ID null when building GitHub Pull Request?

2017-01-19 Thread John Hovell
Hello, I am successfully triggering pull request builds using the instructions for setting up a Github service webhook here: https://gist.github.com/misterbrownlee/3708738 PRs trigger builds automatically, and build results show up in Github. However, none of the env.CHANGE* environment varia

Question: how to track cause of build failure

2017-01-19 Thread trasko
TL;DR: My goal is for each failed build (for builds I care about), I would like to know the cause of the build failure. The possibilities I care about right now are "infrastructure", "build system" or "developer". How would you recommend doing this? More: I am fine with this process being

Re: Using the email-ext to send the cppcheck report

2017-01-19 Thread Rachel Moreno
Yes, you're right! Thank you for improving my answer. Easier and smart in that way ;) Best regards and thank you very much again, Rachel On Thursday, 19 January 2017 19:26:32 UTC+1, slide wrote: > > The attachments field uses an ant file pattern, so you could do something > like **/cppcheck.xml

Re: Jenkins fingerprint cleanup job schedule

2017-01-19 Thread Rachel Moreno
Hi Ashish, *I'm not really sure*, but I can tell you what I think and I would do: *1. How are these files created? *When a job is executed. Those XML files relate generated files in a build with that build. *2. If I delete these, will these be auto-generated the next time the fingerprint job ru

Re: What is dynamic reporting, and is there plugin support?

2017-01-19 Thread Rachel Moreno
Hi Martin, I associate "dynamic reporting" with business intelligence, when: - only report definition is stored - users can define reports - data are garthered from DWH I don't know if "dynamic reporting" it's related with Jenkins in some sense. Everything in Jenkins is "dynamic" in th

Re: Using the email-ext to send the cppcheck report

2017-01-19 Thread Slide
The attachments field uses an ant file pattern, so you could do something like **/cppcheck.xml and it will find it in the workspace. On Thu, Jan 19, 2017, 11:05 Rachel Moreno wrote: > Hi Chia-Che, > > You could guess the location of cppcheck.xml in your workspace and then: > > >- Post-build

Re: Jenkins fingerprint cleanup job schedule

2017-01-19 Thread Ashish Yadav
Rachel, Thanks for looking into this. Just a few follow up questions. In the $JENKINS_HOME/fingerprints/ I am see a lot of directories with an xml file. 1. How are these files created? 2. If I delete these, will these be auto-generated the next time the fingerprint job runs? 3. Do I need to sto

Windows event log problems

2017-01-19 Thread aaron . trujillo
So i have noticed over the last few days that some of my Jenkins slaves are continually reporting in the Windows Event Log the following: *(Information) **Service started successfully * > > 8:44:04 > > 8:43:58 > > 8:43:51 > > 8:43:44… and so on > > > > *(Information) **Starting C:\Program Files

Re: Using the email-ext to send the cppcheck report

2017-01-19 Thread Rachel Moreno
Hi Chia-Che, You could guess the location of cppcheck.xml in your workspace and then: - Post-build action > Editable Email Notification - Complete typical email data: recipients, subject, content - Fill in *Attachments* field (base directory is the workspace). E.g. - if cppcheck.xml

Re: Jenkins fingerprint cleanup job schedule

2017-01-19 Thread Rachel Moreno
Hi Ashish, Jenkins uses Fingerprints in order to track files with each build. There is a plugin to force its use, but they are enabled by default in Maven jobs (and it cannot be disabled). I think you could try to delete the content of the following directory (it keeps XML files with Fingerpr

Re: Jenkins' Software Architecture

2017-01-19 Thread Rachel Moreno
Hi, I think you could find some article in Development Documentation. You could take a look at "Architecture" link in: https://wiki.jenkins-ci.org/display/JENKINS/Extend+Jenkins I hope be useful. Best regards, Raquel (Jenkins user) On Thursday, 19 January 2017 13:43:35 UTC+1, P.J. Ullrich wro

Re: [ANNOUNCE] Jenkins Upgrades to Java 8

2017-01-19 Thread Baptiste Mathus
There's a strong debate about this. I would recommend not doing so (mixing versions). I've seen again a ClassFormatError happen in a production system because of that (JDK7 on agent, JDK8 on master). It will happen to work, but might start failing probably when you don't expect it. This is probably

Blue Ocean is showing a blue bar at about 90% for 20 minutes

2017-01-19 Thread Rinaldo DiGiorgio
I am trying Blue Ocean on an existing Jenkins Instance and it progressed rapidly -- the blue bar at the top showing some activity and then stopped for the last 20 minutes. Log has no useful information. Any quick tips on how to get more information on what the issue is? -- You received this m

Re: Jenkins job termination needs serious engineering help

2017-01-19 Thread Rinaldo DiGiorgio
I am not complaining, I appreciate Open Source and all the work being done by the Jenkins community. if I understood the class structure more I would into it. A slightly related issue has to do with the following. We used the nice new timeout step in pipeline and it tirggered as expected, we h

What is dynamic reporting, and is there plugin support?

2017-01-19 Thread Martin d'Anjou
Hi, I just heard the term "dynamic reporting". I am not familiar but I can guess what it means (report while tests are still running). Where can I see this in action? What plugins support it? Thanks, Martin -- You received this message because you are subscribed to the Google Groups "Jenkins

Jenkins' Software Architecture

2017-01-19 Thread P.J. Ullrich
Dear Jenkins Community, in the context of a University project I have to evaluate the software architecture of the Jenkins software. Unfortunately I could not find any documentation regarding architectural decisions like the use of patterns, key drivers/quality attributes and architectural

Re: [ANNOUNCE] Jenkins Upgrades to Java 8

2017-01-19 Thread Staffan Forsell
Will this also mean that the agents/slaves will require java 8? Will the ssh-slaves plugin install a java 8 jre if one is not available? We have some slaves building on stuff on Ubuntu 14.04 LTS (and older...) which still does does not have a backported java 8 (See https://bugs.launchpad.net/tru

TFS Plug-In 5.2.0 on Linux

2017-01-19 Thread Eldad Cohen
Hi All, I have jenkins 1.6XXX on my Linux Box. I installed my TFS plug-in 5.2.0. I am getting an error about failing to crate a folder structure when triggering a job. any ideas ? DO I have to install some SDK ? Thanks -- You received this message because you are subscribed to the Google Grou

Shell Scripting Online Training

2017-01-19 Thread CSRCIND Online Training
*Shell Scripting Online Training -* Get Online Training from CSRCIND at your flexible timings. Unix uses shells to accept commands given by the user, ther

Re: Is there a way to make "discard old builds" happen right now?

2017-01-19 Thread Ashish Palecha
Hey Jdhein, can u pls provide me whole groovy code what u r using for ur project. because i am also facing same problem. On Saturday, October 8, 2011 at 4:28:50 AM UTC+5:30, jdhein wrote: > > > > On Oct 7, 4:11 am, Christopher Orr wrote: > > On 06/10/11 21:19, jdhein wrote: > > > > > My org

Re: Using FilePath to access workspace on slave in Jenkins pipeline

2017-01-19 Thread Rupali Behera
I am also facing the same issue, using `findFiles` does not solve the problem as it only searches for the file in the current directory and does not search for it recursively inside other directories. I have posted the same question on stackoverflow https://stackoverflow.com/questions/41720831/