Re: kubernetes-pipeline-plugin when using declarative pipelines?

2019-09-03 Thread Emilio Escobar Reyero
Hi David, https://github.com/jenkinsci/kubernetes-plugin/blob/master/README.md#declarative-pipeline It can be also used in declarative pipelines. Regards On Tue, Sep 3, 2019 at 11:56 AM David Karlsen wrote: > Am I right in that kubernetes-pipeline-plugin can only be used with > scripted

Re: Windows slave error

2019-08-29 Thread Emilio Escobar Reyero
Hi, It seems that you cannot reach 10.17.23.30 (port:39677) from the slave host. You need to check that before. Also seems to be a random port (configured in the master at Manage Jenkins / Configure Global Security). You probably prefer to use a fixed one (choosing one port like 5) and

Re: Can we use and stash and unstash to copy artifacts from one job to another

2019-07-01 Thread Emilio Escobar Reyero
in 2 locations in Jenkins workspace of build 2.Is there a way to implement > this via Jenkins pipeline. > > Saisirisha > > On Monday, July 1, 2019 at 7:29:43 PM UTC+8, Emilio Escobar Reyero wrote: >> >> No, you cannot use stash/unstash for copying files from one job t

Re: Can we use and stash and unstash to copy artifacts from one job to another

2019-07-01 Thread Emilio Escobar Reyero
No, you cannot use stash/unstash for copying files from one job to another but for sharing files between workspaces of the same build. Probably https://jenkins.io/doc/pipeline/steps/copyartifact/ is what you are looking for. On Mon, Jul 1, 2019 at 10:37 AM sirisha sai wrote: > Hi, > > Currently