Re: Question regarding Jenkins pipeline setup

2016-08-24 Thread Leon Poon
More importantly, what is the best way of cleaning up the @script folders? On Thursday, August 4, 2016 at 2:37:09 PM UTC-4, jer...@bodycad.com wrote: > > Just realized the same thing, after developing my JenkinsFile inline with > sandbox removed, then approved the whole operation into white listi

Re: Question regarding Jenkins pipeline setup

2016-08-04 Thread jerome
Just realized the same thing, after developing my JenkinsFile inline with sandbox removed, then approved the whole operation into white listing. That @script folder was unexpected for the least I could say On Monday, August 1, 2016 at 7:30:04 PM UTC-4, Peter Wiseman wrote: > > Likewise, I'm conc

Re: Question regarding Jenkins pipeline setup

2016-08-01 Thread Peter Wiseman
Likewise, I'm concerned about a full checkout into workspace@script. Seems to be overkill if it's just to find the Jenkinsfile. With multiple active branches (each 3GB), that's seemingly quite a lot of unnecessary permanent storage. -- You received this message because you are subscribed to

Re: Question regarding Jenkins pipeline setup

2016-04-04 Thread Brian Ray
Interesting. We have not got to using the Jenkinsfile "discovery" functionality yet, but this is good to know. I'll keep my eyes open for more on this subdirectory. On Friday, April 1, 2016 at 12:49:46 PM UTC-7, tomwils...@gmail.com wrote: > > Thank you Brian, you're right regarding the @tm

Re: Question regarding Jenkins pipeline setup

2016-04-01 Thread tomwilson001 . us
Thank you Brian, you're right regarding the @tmp directory. However the @script directory seems to be different. I'm searching in the source code of the workflow cps plugin. The file CpsScmFlowDefinition.java seems to be the place where the workspace@script behavior is implemented.

Re: Question regarding Jenkins pipeline setup

2016-04-01 Thread Brian Ray
https://issues.jenkins-ci.org/browse/JENKINS-27152 I'm not sure about @script but suspect it's a similar necessity. On Friday, April 1, 2016 at 12:00:18 AM UTC-7, tomwils...@gmail.com wrote: > > Hello, >I'm trying to setup Jenkins to run a multibranch pipeline project. > Just to test, I use

Question regarding Jenkins pipeline setup

2016-04-01 Thread tomwilson001 . us
Hello, I'm trying to setup Jenkins to run a multibranch pipeline project. Just to test, I use a very simple Jenkinsfile like this: node { checkout scm bat 'echo > tst1.txt' } When I run the build, for each branch, for example the 'master' branch, Jenkins creates 3 directories: - workspace@s