ooglegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
--
Antonio Muñiz
Software Engineer
CloudBees, Inc.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" grou
s+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/192f08fe-46e6-4ba6-9efc-643a7a7db9a7%40googlegroups.
> com
> <https://groups.google.com/d/msgid/jenkinsci-users/192f08fe-46e6-4ba6-9efc-643a7a7db9a7%40googl
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
ups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/a5a52abd-4e15-46c3-9d3b-4ca5522fe110%40googlegroups.
> com.
> For more options, visit https://groups.google.com/d/optout.
>
--
Antonio Muñiz
Software Engineer
CloudBees,
0googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/24040847-b11d-4e69-9356-89d542d95889%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
--
Antonio Muñiz
Software Engineer
Pipeline developers, it's broken only when there is no other option.
--
Antonio Muñiz
Software Engineer
CloudBees, Inc.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails fr
On Wed, Jul 6, 2016 at 8:04 PM, Attila Vangel wrote:
> CoberturaPublisher
`cobertura-plugin` is not compatible with Pipeline yet. It requires
some code fixes.
--
Antonio Muñiz
Software Engineer
CloudBees, Inc.
--
You received this message because you are subscribed to the Google Gro
email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/e5c534a7-5fec-4464-b65f-760430dbd385%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
--
Antonio Muñiz
So
s://groups.google.com/d/msgid/jenkinsci-users/aa0a352e-3eba-4e30-a62e-c5795d8e88ed%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
--
Antonio Muñiz
Software Engineer
CloudBees, Inc.
--
You received this message because you are subscribed to the Google Groups
On Fri, Jul 1, 2016 at 5:08 PM, KP wrote:
> Or extend "checkout scm" so that I can use a subdirectory?
Try this:
dir('a_subdirectoty') {
checkout scm
}
--
Antonio Muñiz
Software Engineer
CloudBees, Inc.
--
You received this message because you are subscrib
s/79d501b5-bcf6-44ee-953e-1bb2ee0684ac%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
--
Antonio Muñiz
Software Engineer
CloudBees, Inc.
--
You received this message because you are subscribed to the Goo
ything - from other jobs, and always deleteDir() should be
> used if a clean environment is needed?
>
> Is there a way to request a empty workspace, that is also deleted after
> the node{} block completes when using the Pipeline plugin?
>
> - James
>
> On Tuesday, 21 June 2016 1
to
another by using `stash`).
If you request for two nodes in the same Jenkinsfile using different
labels, you would be using two nodes with two separated workspaces (even in
different physical machines!).
--
Antonio Muñiz
Software Engineer
CloudBees, Inc.
--
You received this message because you
27;root'
>> stash includes: '**/*', name: 'root'
>> stash includes: '**/.*, **/*', name: 'root'
>> stash includes: '**/.git, **/*', name: 'root'
>>
> --
> You received this message because you are subscribe
t in a Jenkinsfile. Is this possible?
>>
>> Thanks.
>>
> --
> 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-us
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.co
ttps://groups.google.com/d/msgid/jenkinsci-users/CAFNCU-8EFreV9bEu9vtab8qk8hFbX9YSZ%3DZvW%2Badr%2BKLVByz7Q%40mail.gmail.com
> <https://groups.google.com/d/msgid/jenkinsci-users/CAFNCU-8EFreV9bEu9vtab8qk8hFbX9YSZ%3DZvW%2Badr%2BKLVByz7Q%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
>
: aheritier
>
> --
> 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 thi
is discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/549e1e95-d6f2-4c40-83b4-b731fdbf2ba6%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/549e1e95-d6f2-4c40-83b4-b731fdbf2ba6%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
w this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/a2bd3ac9-2a99-af64-bbee-3c403f0dfa13%40caspar.com
> <https://groups.google.com/d/msgid/jenkinsci-users/a2bd3ac9-2a99-af64-bbee-3c403f0dfa13%40caspar.com?utm_medium=email&utm_source=footer>
> .
>
On Thu, May 5, 2016 at 3:45 PM, Guest wrote:
> because I'm unable to start second pipeline instance while the first one
> is waiting for input
It should not be the behavior, unless you explicitly disabled "Execute
concurrent builds if necessary".
--
Antonio Muñiz
Softwa
On Sun, May 1, 2016 at 4:21 PM, Lionel Orellana wrote:
> Any ideas?
Filed https://issues.jenkins-ci.org/browse/JENKINS-34590 (there is a
workaround in a comment).
--
Antonio Muñiz
Software Engineer
CloudBees, Inc.
--
You received this message because you are subscribed to the Goo
scussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/46730175-e8d4-4d68-aadf-16fb3e170ea7%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
--
Antonio Muñiz
Software Engineer
CloudBees, Inc.
--
You received this message because
23 matches
Mail list logo