Re: copy file from Mac server to Windows share server via jenkins job

2019-02-05 Thread Pradeep Drall
Hi, Thanks for your reply. I installed the publish-over-cifs plugin and set the configuration in Jenkins configuration system which is working fine. When I transfer the file, I received the message CIFS transferred (0) file . I followed the publish-over-cifs plugin details in jenkins website.

Re: Is it possible to not remove the docker agent container after job execution?

2019-02-05 Thread Vincent Massol
Some progress thanks to Jesse Glick. Answer: you have to fill the "Docker Command” field under "Docker Agent templates” (under “Cloud”). I assume that by default Jenkins is passing the —rm options when executing the docker command and this is why we need an override. It works but but strangel

Pipeline stages skipping for mulitbranch gitlab repository

2019-02-05 Thread Sagar Utekar
Previously I was trying to use multibranch pipeline for gitlab repository which has multiple branches, but as there is no way to configure webhook and save changes for individual branch pipeline, I moved second approach which is using Normal pipeline for same repository but when I make any chan

Get Ansible "PLAY RECAP" Failed value from Jenkins pipeline

2019-02-05 Thread Manoranjan Panigrahi
Hello All, I have Jenkins server setup on a windows 2016 server and Ansible Server installed on “RHEL 7” OS. Through Jenkins pipeline I would like to get the value for “Failed=” parameter which is populated in “PLAY RECAP” section when a Ansible script is executed. I am not able to

No way to configure gitlab webhook in multibranch pipeline for detected branches(Individual) from Gitlab repository

2019-02-05 Thread Sagar Utekar
I am using multibranch pipeline for Gitlab repository, after a lot of efforts it is now showing all the branches from repository. But now I am facing issue as there is no way to configure Gitlab webhook for individual pipline in multibranch pipeline, though it is showing option to build trigger

Re: How to configure $JENKINS_HOME/caches dir location?

2019-02-05 Thread Baptiste Mathus
I've had a quick look, and I'm not sure I ever saw a caches directory under JENKINS_HOME (this is very possible I just don't remember). Can you possibly list what's in there so we can try and understand what is generating this directory? We segregate data quite aggressively already in Evergreen an

Re: Get Ansible "PLAY RECAP" Failed value from Jenkins pipeline

2019-02-05 Thread Victor Martinez
Hi, Not sure IIUC, you want to parse the console output to search for 'Failed='? How do you run the ansible script in the jenkins pipeline? Cheers -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop recei

Re: How to configure $JENKINS_HOME/caches dir location?

2019-02-05 Thread Victor Martinez
https://issues.jenkins-ci.org/browse/JENKINS-18578 provides some details about fixing the 'cache' folder, is that what you need? -- 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,

Windows Installers

2019-02-05 Thread Victor Martinez
I love it!! Thanks for putting such an effort, may i ask you where I can see the msi installer changes and the chocolatey packaging process? Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiv

Re: Windows Installers

2019-02-05 Thread Slide
Currently they are hosted in my user repository area on Github [1]. If the changes are approved by the Platform SIG, then it will be rolled into the jenkins-infra project most likely. Thanks, Alex 1 - https://github.com/slide/windows On Tue, Feb 5, 2019 at 11:15 AM Victor Martinez < victormart

Re: Get Ansible "PLAY RECAP" Failed value from Jenkins pipeline

2019-02-05 Thread Richard Bywater
The Log Parser plugin might be useful for your use case although a disclaimer that I don't use it myself so can't vouch for it. https://wiki.jenkins.io/plugins/servlet/mobile?contentId=43713289#content/view/43713289 Richard. On Wed, 6 Feb 2019, 2:51 AM Manoranjan Panigrahi, < manranp.panigr...@g

error

2019-02-05 Thread windows user
receiving the "This site can’t be reached ,unable to connect" when try to login Jenkins. -- 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+unsubs

Re: Get Ansible "PLAY RECAP" Failed value from Jenkins pipeline

2019-02-05 Thread Manoranjan Panigrahi
Hi, We are running ansible scripts in Jenkins pipeline over ssh. Here is the code. sshCommand remote: ansibleremote, command: "cd /home/rma/RSMP_Ansible_Scripts \n exec ansible-playbook FailJob.yml" In case you have any approach to solve it, please suggest. Regards, Manoranjan On Tuesday, Feb

Re: Jenkins Config history xmls not displayed

2019-02-05 Thread Sravani manchukonda
I saw https://issues.jenkins-ci.org/browse/JENKINS-54146?page=com.atlassian.streams.streams-jira-plugin%3Aactivity-stream-issue-tab Can someone help me to know what browsers parse xml version 1.1 And I see xmls created by Old Jenkins(1.538) in version 1.0 are also not viewable in New Jenkins

Jenkins Plugin upgrade from 1.454 to 1.651.3

2019-02-05 Thread Panagiotis Labrou
Hi there, We have a few custom Jenkins plugins developed for version 1.454 and we want to compile them for usage with version 1.651.3 or newer. For example one of our plugins pom.xml looks like org.jenkins-ci.plugins plugin 1.454 ci-relea