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 pipelines - not declarative ones?
>
> --
> --
> David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/CAGO7Ob2yg3RRbx8cFF%2Br3N8ZjPsx1-OLNYyL9PrWNbUpCwWLtA%40mail.gmail.com
> 
> .
>


-- 

Emilio Escobar
Software Engineer

CloudBees, Inc.

[image: CloudBees-Logo.png] 


E: eescobarrey...@cloudbees.com
Skype: escoem

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAEViznKmT%2BQYH5YY%3DXBJ4Zv_3e5ehCdCJoE%3DwXCXrdcH%2BQhjag%40mail.gmail.com.


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
opening it in your firewalls.

Regards.

On Thu, Aug 29, 2019 at 10:07 AM Anetta van der Walt 
wrote:

> Good day
>
>
>
> I am trying to setup a windows slave, but keep getting this error
>
> [image: slave.png]
>
>
>
>
>
> I tried to solve it by setting “TCP port for inbound agents” to a specific
> port, but that is not helping.
>
> Any suggestions?
>
>
>
>
>
> Regards
>
> Anetta
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/c19448de-c6a6-4c0d-a69d-ff1c918d5ae9%40googlegroups.com
> 
> .
>


-- 

Emilio Escobar
Software Engineer

CloudBees, Inc.

[image: CloudBees-Logo.png] 


E: eescobarrey...@cloudbees.com
Skype: escoem

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAEVizn%2BmqqRojAR19%3DCA2pHTve6U1MoEf07ZsDMQigyF-VS8uQ%40mail.gmail.com.


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

2019-07-01 Thread Emilio Escobar Reyero
Hi,

Job 1 might use
https://jenkins.io/doc/pipeline/steps/core/#-archiveartifacts-%20archive%20the%20artifacts
to
archive what you want to share.
Job 2 might use https://jenkins.io/doc/pipeline/steps/copyartifact/ to grab
the files from job1

Something like that:

job1

archiveArtifacts '*.dll'
build 'job2'

job2

copyArtifacts projectName: 'job1', selector: upstream()

On Mon, Jul 1, 2019 at 2:06 PM sirisha sai  wrote:

> Hi,
>
> Thank you for your reply. Is there any way to share files between
> workspaces of different builds.The output dll's of Job 1 should be copied
> 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 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 I am working on a .net project.I have a scenario,Job 1
>>> output(dll's) needs to be copied to Job 2 Jenkins workspace and then run
>>> the corresponding sln(solution) file of Job 2.In this case can I use stash
>>> and unstash to copy the files or should I use copy artifacts plugin.I am
>>> currently using jenkins pipeline script.Please suggest
>>> any references or docs.
>>>
>>>
>>> Thanks,
>>> Saisirisha
>>>
>>> --
>>> 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 jenkins...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/jenkinsci-users/948d608d-b9bb-4c54-b745-5c213c2984bf%40googlegroups.com
>>> <https://groups.google.com/d/msgid/jenkinsci-users/948d608d-b9bb-4c54-b745-5c213c2984bf%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>> --
>>
>> Emilio Escobar
>> Software Engineer
>>
>> CloudBees, Inc.
>>
>> [image: CloudBees-Logo.png] <http://www.cloudbees.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, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/e62bdfa9-ddf6-4f6b-af4f-3a251bb0196e%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/e62bdfa9-ddf6-4f6b-af4f-3a251bb0196e%40googlegroups.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAEVizn%2B7%2BQP7eTYWyXvvC9N9V9ZHc1psS4a0UWpQcHprZr%3DPAw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 I am working on a .net project.I have a scenario,Job 1
> output(dll's) needs to be copied to Job 2 Jenkins workspace and then run
> the corresponding sln(solution) file of Job 2.In this case can I use stash
> and unstash to copy the files or should I use copy artifacts plugin.I am
> currently using jenkins pipeline script.Please suggest
> any references or docs.
>
>
> Thanks,
> Saisirisha
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/948d608d-b9bb-4c54-b745-5c213c2984bf%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 

Emilio Escobar
Software Engineer

CloudBees, Inc.

[image: CloudBees-Logo.png] 


E: eescobarrey...@cloudbees.com
Skype: escoem

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAEViznLRdV39t70dhHWj4Cf9acM959Dv3E4U%2BnRFkh%2BoKt0xtA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.