Re: workflow-step-api async step in freestyle projects

2019-02-01 Thread felipesfaraco
Can you provide further information on how on how to call my async Step from within the Builder's perform() method ? I am not able to create a valid StepContext to be passed into the Step's start() method. On Friday, February 1, 2019 at 12:07:06 PM UTC-8, slide wrote: > > Implementing a

Re: workflow-step-api async step in freestyle projects

2019-02-01 Thread Slide
Implementing a Builder and extending SimpleBuildStep is the way to go. On Fri, Feb 1, 2019, 12:51 Hello, > > I've create a plugin that extends from Step/StepExecution and provides an > asynchronous step, that waits for a callback to be triggered before > proceeding (similar to webhook-step API

workflow-step-api async step in freestyle projects

2019-02-01 Thread felipesfaraco
Hello, I've create a plugin that extends from Step/StepExecution and provides an asynchronous step, that waits for a callback to be triggered before proceeding (similar to webhook-step API plugin). It works great with Pipelines, but I wonder if there is any way to make it work with Freestyle

Re: Unable to run git repository on jenkins which is deplyed under tomcat8

2019-02-01 Thread kalyan
Quick help, Is there a way to trigger Jenkins job on changes only to a specific subfolder in the Git repository.? Traditionally, we were using VSTS for CICD and it has inbuilt GIT hooks to handle request but in Jenkins i couldn't find any concrete solution. Can some body please help. On Fri,

Windows Installers

2019-02-01 Thread Slide
I have been working on some updates to the windows installer. Please take a look at a blog post that was posted today and reply with feedback on the direction. https://jenkins.io/blog/2019/02/01/windows-installers/ Thanks! Alex -- You received this message because you are subscribed to the

Jenkins API token behaviour change (no longer valid with new Jenkins images after Jenkins restart?)

2019-02-01 Thread adamrobertsahyes
Hi all, seeing strange behaviour with newer Jenkins image versions, API tokens, and Jenkins on Kubernetes. We're using the Jenkins helm chart and API tokens so that our own microservice can talk to it - we've noticed a problem when upgrading the base Jenkins image beyond 2.153 however. It

Looking for advice on node level metadata

2019-02-01 Thread Adam von Nieda
Hi folks, I’m wanting to make available to pipelines detailed metadata about what resides on specific nodes, in terms of applications, path names etc. Some nodes may have multiple applications on them, so I need to be able to loop through the application metadata on a node. If I were to

Re: Sporadic MSBuild errors / possible durable task issue?

2019-02-01 Thread Steven Foster
On Friday, February 1, 2019 at 12:04:26 AM UTC, Daniel Becroft wrote: > > We had a similar issue, and it ended up being related to MSBuild itself, > not Jenkins. The jobs seemed to work correctly when run from a command > line, but it took a while and they eventually started failing as well. >

Re: Unable to run git repository on jenkins which is deplyed under tomcat8

2019-02-01 Thread Mark Waite
On Fri, Feb 1, 2019 at 5:10 AM Archana Srichandan < archana.srichan...@4tigo.com> wrote: > Hi, > Thanks for your reply. I gave the url as serverip:path to repository, The > username is given as the user of the remote server to which to do SSH. I > have created a private key for the user which I

Re: Unable to run git repository on jenkins which is deplyed under tomcat8

2019-02-01 Thread Archana Srichandan
Hi , I am able to set up but unable to build the sub branch other than master branch Regards, Archana Srichandan On Fri, Feb 1, 2019 at 5:47 PM Robert Rajendra wrote: > Hi, > > Where is the repo located is it in github or gitlab or butbucket > 1. log into the Jenkins server with ser as

Re: Unable to run git repository on jenkins which is deplyed under tomcat8

2019-02-01 Thread Robert Rajendra
Hi, for the integration that you are doing. you need to copy the public key of jenkins and paste it into the git then only your git will authenticate the jenkins server . *Robert Rajendra* Associate Network/Server Support Engineer IT Hands P: +91 863.087.3094 <+91%2086308%2073094> W:

Re: Unable to run git repository on jenkins which is deplyed under tomcat8

2019-02-01 Thread Dirk Heinrichs
Am Freitag, den 01.02.2019, 11:51 +0530 schrieb Archana Srichandan: Thanks for your reply. I gave the url as serverip:path to repository, The username is given as the user of the remote server to which to do SSH. I have created a private key for the user which I am logged in into the jenkins

Re: Unable to run git repository on jenkins which is deplyed under tomcat8

2019-02-01 Thread Robert Rajendra
Hi, Where is the repo located is it in github or gitlab or butbucket 1. log into the Jenkins server with ser as jenkins by running sudo su jenkins 2. cd .ssh 3. copy the public key and pste it to the repo deploy keys section then you should be able to connect the jenkins with git . *Robert

Re: Unable to run git repository on jenkins which is deplyed under tomcat8

2019-02-01 Thread Archana Srichandan
Hi, Thanks for your reply. I gave the url as serverip:path to repository, The username is given as the user of the remote server to which to do SSH. I have created a private key for the user which I am logged in into the jenkins server. I am copying the private key directly and also the