Hello Jovan,

Thank you very much for your help in general. It's much appreciated.
Could you please see to configure your mailer so that it does not change
the subject by prefixing it by "Re'-" and the email number or something? I
does create a new thread locally in Gmail for me, so I guess I'm not the
same (though the WebUI of the googlegroups seems to handle that).

Thank you

2016-11-15 7:21 GMT+01:00 Jovan Jevric <j...@huber-online.com>:

> Workspace per definition is space you gave jenkins to store all the builds
> executed on master. If you run 50 Jobs from JobA all builds including
> artefacts will be stored on master. So you'll run out of memory defenitelly
> if you don't care about housekeepings. Local workspace you mean is
> workspace acquired on jenkins slave for a job execution. Keep on working on
> your basics dude;-)
>
>
> Don't archive artefacts and get the artefacts from slave on your own. On
> that way none artefacts are put on your master machine. But keep in mind,
> that none artefacts can be accessed in your job history if not archived.
>
> Cheers
>
>
>
> Original Message processed by david®
>
> *Re: Re-6: Copy files from remote Jenkins workspace* (14-Nov-2016 12:41)
> *From:*   Eran Yanay <e...@twistlock.com>
> *To:*
> jenkinsci-users@googlegroups.com
>
> My workspace is already very slim, because I override it for every build.
> So I dont really have any housekeeping, as each build only stores
> information like console output, and since all my work is done inside the
> workspace, I never go out of space.
> If I now make artifacts of my workspace for every build, Is it possible to
> remove only the artifact once its downloaded to my master node?
>
> On Mon, Nov 14, 2016 at 12:14 PM, Jovan Jevric <j...@huber-online.com>
> wrote:
>
>> You'll have to do some housekeeping anyway....Otherwise you'll run out of
>> memory very fast.
>> By archiving all the artefacts generated(mainly needed for release steps
>> or similar) on your own you'll be able to keep your jenkins workspace very
>> slim. This is an advantage and practicable.
>>
>> Keeping Console Output by simply archiving is possible. I do so on the
>> following way:
>> -Use Log Parser Plugin which generates a Log.txt or similar in your
>> project on slave workspace and include it as post build step('Console
>> output(build log)parsing')
>> -Get your Console Output from slaves by scp/ssh or similar e.g.
>>
>>
>>
>> Original Message processed by david®
>>
>> *Re: Re-4: Copy files from remote Jenkins workspace* (14-Nov-2016 10:41)
>> *From:*   Eran Yanay <e...@twistlock.com>
>> *To:*
>> jenkinsci-users@googlegroups.com
>>
>> Discarding older builds means it discards my console output of these
>> builds as well, I wish to keep it.
>>
>> On Mon, Nov 14, 2016 at 11:40 AM, Jovan Jevric <j...@huber-online.com>
>> wrote:
>>
>>> Do archive the artefacts elsewhere by running a post-build job, as you
>>> proposed. And simply parametrize your job that way, that elder jobs on your
>>> host are being deleted automatically. In other words - simply discard old
>>> builds, doing that is very simple.
>>>
>>>
>>>
>>>
>>> Original Message processed by david®
>>>
>>> *Re: Re-2: Copy files from remote Jenkins workspace* (14-Nov-2016 10:15)
>>> *From:*   buddy123 <e...@twistlock.com>
>>> *To:*
>>> Jenkins Users <jenkinsci-users@googlegroups.com>
>>>
>>> I'll look into pipeline, though it seems very complicated.
>>> Regarding artifacts, I've thought about it, but I cant figure out how to
>>> delete the artifacts once I finished the job, otherwise my disk space will
>>> get empty very quickly.
>>> Is it possilble to mark files as artifacts, pull them from slave, and
>>> then erase them?
>>> I want to keep the console output of every build though, just dont care
>>> about the artifacts because I store them elsewhere
>>>
>>>
>>> On Monday, November 14, 2016 at 11:12:08 AM UTC+2, jje wrote:
>>>>
>>>> What about archiving artefacts. On that way all output marked as
>>>> artefacts could be found on master so far, couldn't it?
>>>>
>>>>
>>>>
>>>> Original Message processed by david®
>>>>
>>>> *Re: Copy files from remote Jenkins workspace* (13-Nov-2016 15:39)
>>>> *From:*   Baptiste Mathus
>>>> *To:*
>>>> jenkins...@googlegroups.com
>>>>
>>>> Look for pipeline jobs. Might be far easier to achieve that.
>>>>
>>>>
>>>> https://jenkins.io/pipeline/getting-started-pipelines/[jenkins.io]
>>>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__jenkins.io_pipeline_getting-2Dstarted-2Dpipelines_&d=DQMFaQ&c=0gQfHUokFL0F2NFqgtiUU5CV2wxye-keTmYLePXg16E&r=n5g_SPEIhjGunREh9ZOnNmPNYNaFZny_aDJv8HBsQVc&m=CoD-VImt7jwYUA1e-vCzK8mNeVkW6mzAxCmphQqWK4A&s=fJuPvWiREcQTRVsS84YT_FOMzz8VKm_PLU0TJfhod7w&e=>
>>>>
>>>>
>>>> 2016-11-13 11:23 GMT+01:00 buddy123 <er...@twistlock.com>:
>>>>
>>>>>
>>>>> down votefavorite[stackoverflow.com]
>>>>> <https://urldefense.proofpoint.com/v2/url?u=http-3A__stackoverflow.com_questions_40572774_copy-2Dfiles-2Dfrom-2Dremote-2Djenkins-2Dworkspace-23&d=DQMFaQ&c=0gQfHUokFL0F2NFqgtiUU5CV2wxye-keTmYLePXg16E&r=n5g_SPEIhjGunREh9ZOnNmPNYNaFZny_aDJv8HBsQVc&m=CoD-VImt7jwYUA1e-vCzK8mNeVkW6mzAxCmphQqWK4A&s=5PVap9RTxEb-GpIicen4GNcSdGSyXgsut9GaaEq3diI&e=>
>>>>>
>>>>> Im trying to create a cross-compilation job, that will build my code
>>>>> for both Windows & Linux. I have set up Windows & Linux jenkins nodes, and
>>>>> configured two jobs, one with 'windows' label to run on my Windows machine
>>>>> and the other with 'linux' label to run on my linux machine. I installed
>>>>> MultiJob plugin, and wrapped both jobs to run in parallel When both
>>>>> finishes successfully, I want to copy all the generated files and do
>>>>> operations on them In other words I want to copy the files from both jobs
>>>>> remote workspaces for further operations Can anyone suggest a way how to 
>>>>> do
>>>>> it?
>>>>>
>>>>> --
>>>>> 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-use...@googlegroups.com.
>>>>> To view this discussion on the web visit
>>>>> https://groups.google.com/d/msgid/jenkinsci-users/05639dc0-f
>>>>> ce6-4ce7-9cc1-c39e95ca7498%40googlegroups.com[groups.google.com]
>>>>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_jenkinsci-2Dusers_05639dc0-2Dfce6-2D4ce7-2D9cc1-2Dc39e95ca7498-2540googlegroups.com-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=DQMFaQ&c=0gQfHUokFL0F2NFqgtiUU5CV2wxye-keTmYLePXg16E&r=n5g_SPEIhjGunREh9ZOnNmPNYNaFZny_aDJv8HBsQVc&m=CoD-VImt7jwYUA1e-vCzK8mNeVkW6mzAxCmphQqWK4A&s=WBayC5NdvsUZPn7rvRfbqcEJZfT258zyasol2ZK4LA4&e=>
>>>>> .
>>>>> For more options, visit https://groups.google.com/d/op
>>>>> tout[groups.google.com]
>>>>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DQMFaQ&c=0gQfHUokFL0F2NFqgtiUU5CV2wxye-keTmYLePXg16E&r=n5g_SPEIhjGunREh9ZOnNmPNYNaFZny_aDJv8HBsQVc&m=CoD-VImt7jwYUA1e-vCzK8mNeVkW6mzAxCmphQqWK4A&s=EZppzBL-UdXJpb5v5yHtpWCw3JnwiGK5_F_1ghT-afI&e=>
>>>>> .
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> 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-use...@googlegroups.com.
>>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>>> gid/jenkinsci-users/CANWgJS6i%3DXazsb%3DzYyQ_21PXnJSQN5gNpBm
>>>> JJycUZrOnwZXTaA%40mail.gmail.com[groups.google.com]
>>>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_jenkinsci-2Dusers_CANWgJS6i-253DXazsb-253DzYyQ-5F21PXnJSQN5gNpBmJJycUZrOnwZXTaA-2540mail.gmail.com-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=DQMFaQ&c=0gQfHUokFL0F2NFqgtiUU5CV2wxye-keTmYLePXg16E&r=n5g_SPEIhjGunREh9ZOnNmPNYNaFZny_aDJv8HBsQVc&m=CoD-VImt7jwYUA1e-vCzK8mNeVkW6mzAxCmphQqWK4A&s=IxpQnXLsybOdct0tJJzTC54N2qEhJIrTopc_ESMqzLA&e=>
>>>> .
>>>> For more options, visit https://groups.google.com/d/op
>>>> tout[groups.google.com]
>>>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DQMFaQ&c=0gQfHUokFL0F2NFqgtiUU5CV2wxye-keTmYLePXg16E&r=n5g_SPEIhjGunREh9ZOnNmPNYNaFZny_aDJv8HBsQVc&m=CoD-VImt7jwYUA1e-vCzK8mNeVkW6mzAxCmphQqWK4A&s=EZppzBL-UdXJpb5v5yHtpWCw3JnwiGK5_F_1ghT-afI&e=>
>>>> .
>>>>
>>>> --
>>> 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/ms
>>> gid/jenkinsci-users/d70bc939-7416-4d89-9265-7b2d8631d301%40g
>>> ooglegroups.com[groups.google.com]
>>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_jenkinsci-2Dusers_d70bc939-2D7416-2D4d89-2D9265-2D7b2d8631d301-2540googlegroups.com-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=DQMFaQ&c=0gQfHUokFL0F2NFqgtiUU5CV2wxye-keTmYLePXg16E&r=n5g_SPEIhjGunREh9ZOnNmPNYNaFZny_aDJv8HBsQVc&m=bK0fEibS2Kepd7mMUnf2HCk40NuGGeXVu9B_BzjgmK0&s=3ls14OZ_Ox6uGzPRT9NhL0aDIUGwq7AbOsdh1LwDE-w&e=>
>>> .
>>> For more options, visit https://groups.google.com/d/op
>>> tout[groups.google.com]
>>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DQMFaQ&c=0gQfHUokFL0F2NFqgtiUU5CV2wxye-keTmYLePXg16E&r=n5g_SPEIhjGunREh9ZOnNmPNYNaFZny_aDJv8HBsQVc&m=bK0fEibS2Kepd7mMUnf2HCk40NuGGeXVu9B_BzjgmK0&s=PqDOiCb-7-wy-M9cAmNm7jwWjRjZXztcsQdQb98CJ_s&e=>
>>> .
>>>
>>> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "Jenkins Users" group.
>>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>>> pic/jenkinsci-users/1OChk_e4A6Y/unsubscribe[groups.google.com]
>>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_topic_jenkinsci-2Dusers_1OChk-5Fe4A6Y_unsubscribe&d=DQMFaQ&c=0gQfHUokFL0F2NFqgtiUU5CV2wxye-keTmYLePXg16E&r=n5g_SPEIhjGunREh9ZOnNmPNYNaFZny_aDJv8HBsQVc&m=-Svo9RlUxUj_kn_AJleBs1Kg41AEUZ3q5RFR3-uUZYc&s=rAKQr5WwipxR68lVv_AwCMZ-vOSxHqIs0DXGasZQZz8&e=>
>>> .
>>> To unsubscribe from this group and all its topics, send an email to
>>> jenkinsci-users+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/jenkinsci-users/DIIE.0000228E0093FFA4%4010.11.0.23[group
>>> s.google.com]
>>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_jenkinsci-2Dusers_DIIE.0000228E0093FFA4-254010.11.0.23-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=DQMFaQ&c=0gQfHUokFL0F2NFqgtiUU5CV2wxye-keTmYLePXg16E&r=n5g_SPEIhjGunREh9ZOnNmPNYNaFZny_aDJv8HBsQVc&m=-Svo9RlUxUj_kn_AJleBs1Kg41AEUZ3q5RFR3-uUZYc&s=af61lXcsrmT06o3EWiHTWShRfJdU2FSsMJal5Yj2UeE&e=>
>>> .
>>> For more options, visit https://groups.google.com/d/op
>>> tout[groups.google.com]
>>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DQMFaQ&c=0gQfHUokFL0F2NFqgtiUU5CV2wxye-keTmYLePXg16E&r=n5g_SPEIhjGunREh9ZOnNmPNYNaFZny_aDJv8HBsQVc&m=-Svo9RlUxUj_kn_AJleBs1Kg41AEUZ3q5RFR3-uUZYc&s=5_AqTLGCIHQ0ftIHoZeh1F9Vnsq12LreS07d0KcNdPU&e=>
>>> .
>>>
>>
>>
>>
>> --
>> 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/ms
>> gid/jenkinsci-users/CABz3omUiTCaB%3DHmJ%2BJbBj_tST9ST3jYkO4M
>> zf5TDK3tYVL09Xg%40mail.gmail.com[groups.google.com]
>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_jenkinsci-2Dusers_CABz3omUiTCaB-253DHmJ-252BJbBj-5FtST9ST3jYkO4Mzf5TDK3tYVL09Xg-2540mail.gmail.com-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=DQMFaQ&c=0gQfHUokFL0F2NFqgtiUU5CV2wxye-keTmYLePXg16E&r=n5g_SPEIhjGunREh9ZOnNmPNYNaFZny_aDJv8HBsQVc&m=-Svo9RlUxUj_kn_AJleBs1Kg41AEUZ3q5RFR3-uUZYc&s=rmWT4eOS90P8xk030seW1oV7KQfhViIZEkI4-ixRr5g&e=>
>> .
>> For more options, visit https://groups.google.com/d/op
>> tout[groups.google.com]
>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DQMFaQ&c=0gQfHUokFL0F2NFqgtiUU5CV2wxye-keTmYLePXg16E&r=n5g_SPEIhjGunREh9ZOnNmPNYNaFZny_aDJv8HBsQVc&m=-Svo9RlUxUj_kn_AJleBs1Kg41AEUZ3q5RFR3-uUZYc&s=5_AqTLGCIHQ0ftIHoZeh1F9Vnsq12LreS07d0KcNdPU&e=>
>> .
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Jenkins Users" group.
>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>> pic/jenkinsci-users/1OChk_e4A6Y/unsubscribe[groups.google.com]
>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_topic_jenkinsci-2Dusers_1OChk-5Fe4A6Y_unsubscribe&d=DQMFaQ&c=0gQfHUokFL0F2NFqgtiUU5CV2wxye-keTmYLePXg16E&r=n5g_SPEIhjGunREh9ZOnNmPNYNaFZny_aDJv8HBsQVc&m=O3BbckXGXE4_WV8Ok4qTW1btmKWPblBAT76V5Bwv3zI&s=ILtYrGrbaXZq1BsSlRWuZzXyREeMvmarpnyIHuAX32k&e=>
>> .
>> To unsubscribe from this group and all its topics, send an email to
>> jenkinsci-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/jenkinsci-users/DIIE.000021EC00940142%4010.11.0.23[groups.google.com]
>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_jenkinsci-2Dusers_DIIE.000021EC00940142-254010.11.0.23-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=DQMFaQ&c=0gQfHUokFL0F2NFqgtiUU5CV2wxye-keTmYLePXg16E&r=n5g_SPEIhjGunREh9ZOnNmPNYNaFZny_aDJv8HBsQVc&m=O3BbckXGXE4_WV8Ok4qTW1btmKWPblBAT76V5Bwv3zI&s=5yfhGY0B8p7TcCLAMUCqDLbMiMSnE6G2ZwGxw6r6n5Q&e=>
>> .
>> For more options, visit https://groups.google.com/d/op
>> tout[groups.google.com]
>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DQMFaQ&c=0gQfHUokFL0F2NFqgtiUU5CV2wxye-keTmYLePXg16E&r=n5g_SPEIhjGunREh9ZOnNmPNYNaFZny_aDJv8HBsQVc&m=O3BbckXGXE4_WV8Ok4qTW1btmKWPblBAT76V5Bwv3zI&s=gAFMETdthFYnfP2eZ2ihIG2DVUZetyLhYWlLNsAq_uQ&e=>
>> .
>>
>
>
>
> --
> 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/CABz3omWwm6-6oRUUuNALpch%
> 3DFN4gdKajE_nu8DBpZii_OKjCtQ%40mail.gmail.com[groups.google.com]
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_msgid_jenkinsci-2Dusers_CABz3omWwm6-2D6oRUUuNALpch-253DFN4gdKajE-5Fnu8DBpZii-5FOKjCtQ-2540mail.gmail.com-3Futm-5Fmedium-3Demail-26utm-5Fsource-3Dfooter&d=DQMFaQ&c=0gQfHUokFL0F2NFqgtiUU5CV2wxye-keTmYLePXg16E&r=n5g_SPEIhjGunREh9ZOnNmPNYNaFZny_aDJv8HBsQVc&m=O3BbckXGXE4_WV8Ok4qTW1btmKWPblBAT76V5Bwv3zI&s=Mo80LMaeADQ6tMHBY6EhdwYd4tnqCtL8YCVKFjl-jvU&e=>
> .
> For more options, visit https://groups.google.com/d/
> optout[groups.google.com]
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_d_optout&d=DQMFaQ&c=0gQfHUokFL0F2NFqgtiUU5CV2wxye-keTmYLePXg16E&r=n5g_SPEIhjGunREh9ZOnNmPNYNaFZny_aDJv8HBsQVc&m=O3BbckXGXE4_WV8Ok4qTW1btmKWPblBAT76V5Bwv3zI&s=gAFMETdthFYnfP2eZ2ihIG2DVUZetyLhYWlLNsAq_uQ&e=>
> .
>
> --
> 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/DIIE.000101E2009413D8%4010.11.0.23
> <https://groups.google.com/d/msgid/jenkinsci-users/DIIE.000101E2009413D8%4010.11.0.23?utm_medium=email&utm_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/CANWgJS5L5xmR_0y7kteoDfUOTnb2A-WFrf73_cH7PZ8hqCXj9Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to