Re: Recent jenkins release 2.6* no longer parses html in Sectioned View

2017-06-13 Thread Rinaldo DiGiorgio
is supported for the display name, then there should be a test that verifies that it displays as html in a browser. I am not familiar with the jenkins test framework for testing of operation from the browser. On Tuesday, June 13, 2017 at 6:44:51 AM UTC-4, Rinaldo DiGiorgio wrote

Recent jenkins release 2.6* no longer parses html in Sectioned View

2017-06-13 Thread Rinaldo DiGiorgio
The section view plugin allows one to have multiple sections on a page with a standard jenkins job list. Each Jenkins Job list can have a description. The description has html. Prior to a recent release the description was parsed and displayed as html. In 2.64 the description is no longer

cryptonight exploit

2017-05-21 Thread Rinaldo DiGiorgio
Hi, I just found the following in the process table on one of the servers I use. root 1082 1 0 10:22 ?00:01:29 /usr/bin/java -jar /opt/ jenkins/jenkins.war --logfile=/var/log/jenkins/jenkins.log root 3160 1082 0 12:10 ?00:00:01 /bin/sh /tmp/kw.sh root

Re: org.jenkinsci.plugins.workflow.libs.GlobalLibraries.xml is rewritten without any action from users

2017-02-20 Thread Rinaldo DiGiorgio
Another bug is that Reload System Configuration doesn't reload the configuration of org.jenkinsci.plugins.workflow.libs.GlobalLibraries On Monday, February 20, 2017 at 6:42:31 AM UTC-5, Rinaldo DiGiorgio wrote: > > The org.jenkinsci.plugins.workflow.libs.GlobalLibraries.xml a

Re: org.jenkinsci.plugins.workflow.libs.GlobalLibraries.xml is rewritten without any action from users

2017-02-20 Thread Rinaldo DiGiorgio
The following JENKINS-40408 addresses a race condition but doesn't tell you what the actual effect of the race condition is. So it is hard to tell if it addresses the issue below. https://issues.jenkins-ci.org/browse/JENKINS-40408 On Monday, February 20, 2017 at 6:42:31 AM UTC-5, Rinaldo

org.jenkinsci.plugins.workflow.libs.GlobalLibraries.xml is rewritten without any action from users

2017-02-20 Thread Rinaldo DiGiorgio
The org.jenkinsci.plugins.workflow.libs.GlobalLibraries.xml appears to be rewritten according to the Job Config History plugin. The rewritten file always looks like this. https://groups.google.com/d/msgid/jenkinsci-users/e80ba552-0356-4c3c-8911-b7a8cd825513%40googlegroups.com. For more

Re: WARNING: JENKINS-34021: could not get TaskListener in CpsStepContext[435:bat]

2017-02-20 Thread Rinaldo DiGiorgio
On Wednesday, January 18, 2017 at 9:40:28 AM UTC-5, Rinaldo DiGiorgio wrote: > > My log has 100s if not 1000s of the following. > > > Jan 18, 2017 2:32:19 PM > org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution > logger > WARNING: JENK

Re: Blue Ocean is showing a blue bar at about 90% for 20 minutes

2017-01-27 Thread Rinaldo DiGiorgio
James, Thanks for the information. Blue Ocean seems to address one of my challenges with Jenkins. The User interface was basically not written in a way that allowed one to provide their own. Suppose I have some UI components that I want to use for showing build results and I want to

Re: sh pipeline step started to fail after update to 2.42

2017-01-26 Thread Rinaldo DiGiorgio
Beck wrote: > > > > On 25.01.2017, at 23:30, Rinaldo DiGiorgio <digital...@gmail.com > > wrote: > > > > nohup: failed to run command ‘sh’: No such file or directory > > Could this be https://issues.jenkins-ci.org/browse/JENKINS-41339 ? > &g

Re: sh pipeline step started to fail after update to 2.42

2017-01-26 Thread Rinaldo DiGiorgio
code I would look to see where the test to verify that sh works on some set of target platforms. On Wednesday, January 25, 2017 at 5:30:07 PM UTC-5, Rinaldo DiGiorgio wrote: > > The following code was working with 2.41 ( maybe it was 2.40 ) > > node("master") { >sh 'ls

Re: sh pipeline step started to fail after update to 2.42

2017-01-26 Thread Rinaldo DiGiorgio
an Opengrok of jenkins updated all the time would help. Maybe I can donate that. > On Jan 26, 2017, at 6:07 AM, Rainer Frey <frey.rai...@gmail.com> wrote: > > Am Mittwoch, 25. Januar 2017 23:30:07 UTC+1 schrieb Rinaldo DiGiorgio: > The following code was working with 2.41 (

Re: UNable to change password at https://accounts.jenkins.io/

2017-01-25 Thread Rinaldo DiGiorgio
ent? > > https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue > > > On 18.07.2016, at 03:04, Rinaldo DiGiorgio <digital...@gmail.com > > wrote: > > > > Maybe it is the browsers I use or I don't understand but I can't seem to > change my pass

sh pipeline step started to fail after update to 2.42

2017-01-25 Thread Rinaldo DiGiorgio
The following code was working with 2.41 ( maybe it was 2.40 ) node("master") { sh 'ls' } I get the following error Running on master in /scratch/mach5-j/jenkins/jobs/sh issue/workspace[Pipeline] {[Pipeline] sh[workspace] Running shell script nohup: failed to run command ‘sh’: No such file

Re: Blue Ocean is showing a blue bar at about 90% for 20 minutes

2017-01-25 Thread Rinaldo DiGiorgio
Hi James, Thanks for the information. Blue Ocean seems to address one of my challenges with Jenkins. The User interface was basically not written in a way that allowed one to provide their own. Suppose I have some UI components that I want to use for showing build results and I want to

Re: WARNING: JENKINS-34021: could not get TaskListener in CpsStepContext[435:bat]

2017-01-24 Thread Rinaldo DiGiorgio
On Wednesday, January 18, 2017 at 9:40:28 AM UTC-5, Rinaldo DiGiorgio wrote: > > My log has 100s if not 1000s of the following. > > > Jan 18, 2017 2:32:19 PM > org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution > logger > WARNING: JENK

Blue Ocean is showing a blue bar at about 90% for 20 minutes

2017-01-19 Thread Rinaldo DiGiorgio
I am trying Blue Ocean on an existing Jenkins Instance and it progressed rapidly -- the blue bar at the top showing some activity and then stopped for the last 20 minutes. Log has no useful information. Any quick tips on how to get more information on what the issue is? -- You received this

Re: Jenkins job termination needs serious engineering help

2017-01-19 Thread Rinaldo DiGiorgio
I am not complaining, I appreciate Open Source and all the work being done by the Jenkins community. if I understood the class structure more I would into it. A slightly related issue has to do with the following. We used the nice new timeout step in pipeline and it tirggered as expected, we

Stdout from nix type nodes goes to jenkins.log while output from windows goes to pipeline

2017-01-18 Thread Rinaldo DiGiorgio
When one issues a shell command on windows and nix the command is not processed the same way. On windows the output goes to the console log of the job. On *nix the output goes to the jenkins.log file. How does one get the output of nix nodes to appear in the log? This may be related to this

WARNING: JENKINS-34021: could not get TaskListener in CpsStepContext[435:bat]

2017-01-18 Thread Rinaldo DiGiorgio
My log has 100s if not 1000s of the following. Jan 18, 2017 2:32:19 PM org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution logger WARNING: JENKINS-34021: could not get TaskListener in CpsStepContext[435:bat]:Owner[9-dev/1942:9-dev #1942] java.io.IOException: cannot

Jenkins have been running 2.26 without issues for a few weeks. Recently started seeing failures like this.

2016-11-18 Thread Rinaldo DiGiorgio
Timeouts are not working, we have a timeout for 4 hours, it seems to not work. we end up with an unusable system nothing can be done from the ui, a restart is required. Then when it restarts it tries to contiue the jobs and locks up again. Thread #234 at DSL.sh(completed process

Re: Thread Dump taken when nodes are stuck shows write to path that doesn't exist

2016-11-18 Thread Rinaldo DiGiorgio
On Saturday, October 15, 2016 at 1:33:06 PM UTC-4, Rinaldo DiGiorgio wrote: > > Thread Dump on stuck nodes shows a write to a directory that doesn't > exist. > > Enter code here... > nohup sh -c echo $$ > > '/scratch/jenkins/workspace/9-dev/test@tmp/durable-2a0a5

Re: UNable to change password at https://accounts.jenkins.io/

2016-11-18 Thread Rinaldo DiGiorgio
S/How+to+report+an+issue > > > On 18.07.2016, at 03:04, Rinaldo DiGiorgio <digital...@gmail.com > > wrote: > > > > Maybe it is the browsers I use or I don't understand but I can't seem to > change my password for the Jenkins Jir

Re: UNable to change password at https://accounts.jenkins.io/

2016-11-18 Thread Rinaldo DiGiorgio
JENKINS/How+to+report+an+issue > > > On 18.07.2016, at 03:04, Rinaldo DiGiorgio <digital...@gmail.com > > wrote: > > > > Maybe it is the browsers I use or I don't understand but I can't seem to > change my password for the Jenkins Jira i

Jenkins job termination needs serious engineering help

2016-11-16 Thread Rinaldo DiGiorgio
It has been over a year of dealing with Job termination in jenkins requiring one to find an html link in a console output file that is scrolling at a very fast rate. It is mind boggling that an action like that is not sent to some queue in a reasonable interface for someone to act on. Let's

Re: Jenkins 2.28 fails with a stack trace when one clicks Manage Jenkins and then clicks Configure System

2016-11-07 Thread Rinaldo DiGiorgio
> > We really need to change the message shown on the exception screen :( > > > On 07.11.2016, at 13:22, Rinaldo DiGiorgio <digital...@gmail.com > > wrote: > > > > javax.servlet.ServletException: > org.apache.commons.jelly.JellyTagException: > jar:file:/j

Re: Versioning the entrie system configuration -- not artifacts

2016-11-07 Thread Rinaldo DiGiorgio
things that should be part of the core. On Monday, November 7, 2016 at 7:45:57 AM UTC-5, Rinaldo DiGiorgio wrote: > > Hi, > > I tried to version my jobs with the Jobs SCM plugin for example and it > often gets confused and ends up making my system unusable. Perhaps an &

Versioning the entrie system configuration -- not artifacts

2016-11-07 Thread Rinaldo DiGiorgio
Hi, I tried to version my jobs with the Jobs SCM plugin for example and it often gets confused and ends up making my system unusable. Perhaps an entire rewrite is needed and the backend store needs to move to something like redis. I don't think version control should be done with optional

Testability

2016-11-07 Thread Rinaldo DiGiorgio
I would like to write some tests for pipeline scripts. Has anyone created a mock pipeline implementation. Development of pipeline script unit tests is pretty convoluted when you have to run the test in jenkins. I am looking for something that allows me to use replacements for existing pipeline

Jenkins 2.28 fails with a stack trace when one clicks Manage Jenkins and then clicks Configure System

2016-11-07 Thread Rinaldo DiGiorgio
javax.servlet.ServletException: org.apache.commons.jelly.JellyTagException: jar:file:/jpgdata/jpg-infra-ci/jenkins/jenkins-home/war/WEB-INF/lib/jenkins-core-2.28.jar!/jenkins/model/Jenkins/configure.jelly:59:84:

Thread Dump taken when nodes are stuck shows write to path that doesn't exist

2016-10-15 Thread Rinaldo DiGiorgio
Thread Dump on stuck nodes shows a write to a directory that doesn't exist. Enter code here... nohup sh -c echo $$ > '/scratch/jenkins/workspace/9-dev/test@tmp/durable-2a0a59bc/pid'; jsc=durable-91dafd1061fa359e40efc6bde9ffc7a5; JENKINS_SERVER_COOKIE=$jsc

9 jobs running, 120 waiting unable to terminate and UI maybe showing math errors

2016-10-15 Thread Rinaldo DiGiorgio
Hi, Has anyone seen the following type of lock up. We are using pipeline and have carefully wrapped the script with a timeout of 4 hours. All of the running jobs have been there for 4+ hours. None of the UI options are able to terminate the processes. We have concurrent builds turned on.

Deleting an agent raises an exception instead of telling the user agent cannot be deleted.

2016-07-17 Thread Rinaldo DiGiorgio
I try to file bugs but I can't seem to get access to Jira I am using Azure from AWS for the mesos project. I launch windows builds at Azure since Microsoft is good at that and AWS is feature poor in that area. When there is an issue with an agent, I cannot delete the agent. I get the

UNable to change password at https://accounts.jenkins.io/

2016-07-17 Thread Rinaldo DiGiorgio
Maybe it is the browsers I use or I don't understand but I can't seem to change my password for the Jenkins Jira issue system. >From the following page I click on

Equivalent of Throttle Concurrent Builds for Pipeline

2016-03-18 Thread Rinaldo DiGiorgio
Hi I want to limit the number of pipeline jobs to some number. Any ideas on how to do that with pipeline. Rinaldo -- 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

Unable to login after chanign the password on

2016-03-07 Thread Rinaldo DiGiorgio
When I try to login to: https://issues.jenkins-ci.org/browse/JENKINS-7641 I am given a message that I am not a registered user 1) I request a new password 2) I use the new password to change my profile ( BTW -- the email message doesn't link to the correct page ) 3) I see a Done message I

Re: Workflow Plugin -- how to display a summary page

2016-02-17 Thread Rinaldo DiGiorgio
On Tuesday, June 16, 2015 at 3:04:52 PM UTC-4, Jesse Glick wrote: > > On Wednesday, April 1, 2015 at 7:34:49 PM UTC-4, Rinaldo DiGiorgio wrote: >> >> Can someone suggest how to collect the test results to show trends on a >> single page so that users can go to one page

Re: Workflow Plugin -- how to display a summary page

2016-02-17 Thread Rinaldo DiGiorgio
On Tuesday, June 16, 2015 at 3:04:52 PM UTC-4, Jesse Glick wrote: > > On Wednesday, April 1, 2015 at 7:34:49 PM UTC-4, Rinaldo DiGiorgio wrote: >> >> Can someone suggest how to collect the test results to show trends on a >> single page so that users can go to one page

Re: Unable to use instanceOf on workflow/pipeline class

2016-02-17 Thread Rinaldo DiGiorgio
Thank you. On Wednesday, February 17, 2016 at 9:08:24 AM UTC-5, Rinaldo DiGiorgio wrote: > > Hi, > > I want to extract all the scm actions from the build. I use the following > groovy code > > build.allActions.each { item -> > actions = item > pri

Unable to use instanceOf on workflow/pipeline class

2016-02-17 Thread Rinaldo DiGiorgio
Hi, I want to extract all the scm actions from the build. I use the following groovy code build.allActions.each { item -> actions = item println "ACTIONS: ${actions.class}" if ( actions instanceof org.jenkinsci.plugins.workflow.steps.scm.MultiSCMRevisionState) { .. The above

Are jelly templates supported in email-ext with pipeline

2016-02-09 Thread Rinaldo DiGiorgio
I am able to use email-ext with pipeline to send emails. I am trying to use jelly templates. I do not see an option for the template processor in the following. I tried adding *SCRIPT* to the body. emailext attachLog: true, body: ' ${SCRIPT, template="html/test.groovy"}', subject: 'Test

Re: Workflow Plugin -- temporary files are created in the workspace directory

2015-09-29 Thread Rinaldo DiGiorgio
This appears to be fixed -- thanks. On Tuesday, March 31, 2015 at 3:29:24 PM UTC-4, Rinaldo DiGiorgio wrote: > > Hi, > >I am evaluating the workflow plugin as a replacement for our current > approach and have a few questions. I thought I would ask them individually > and

PrioritySorter(3.4) Plugin and Workflow(1.10) Plugin

2015-09-29 Thread Rinaldo DiGiorgio
Hi, Has anyone been able to use the PrioritySorter Plugin with the Workflow plugin? I have two workflow Jobs and I would like to mark them individually for groups in the priority sorter. When I select mark for inclusion option I don't get an option on the workflow configuration page for

Jenkins Executor window has UI issues when there are more than 50 nodes

2015-09-26 Thread Rinaldo DiGiorgio
Hi, Has anyone thought about or looked at how one could change the way active nodes are displayed in this window. There are numerous design choices available but that would be getting ahead of understanding of the current implementation. If you would like to collaborate or share views on

Re: Jenkins Workflow and Timestamp plugin

2015-09-21 Thread Rinaldo DiGiorgio
On Monday, September 21, 2015 at 5:02:37 PM UTC-4, Daniel Beck wrote: > > IIRC it just needs to be added to the workflow using the snippet generator > » General build wrapper. > > > Thanks that cleared it up. I am using the Jenkins Mesos plugin and trying to figure out where latencies are

When editing a script in a Jenkins text area -- has anyone looked into having language aware editors be enabled

2015-09-21 Thread Rinaldo DiGiorgio
Has anyone tried to enable javascript based language editors for all the times one can enter code in a Jenkins text area. I prefer to use SCM systems but the turn around time for that is too slow when doing development. It would be a big productivity boost to have a language editor be

Has anyone looked at a node.js proxy for jenkins that allows one to rewrite pages and add content

2015-09-21 Thread Rinaldo DiGiorgio
I would like to be able to add pages and change the look and feel of many pages in Jenkins. I have done this before many times. Are there other efforts or approaches in this area. Rinaldo -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Jenkins Workflow and Timestamp plugin

2015-09-21 Thread Rinaldo DiGiorgio
Hi, Having time stamping in the *Console Outpu*t and in the *Workflow Steps* would be very useful IMO. Given the additional capabilities of workflow with steps and parallel, having a timestamp is very useful. I installed the *Timestamp* *Plugin* and did not see any timestamps in my

Re: Jenkins link for 1.621 not working from Manage Jenkins

2015-07-30 Thread Rinaldo DiGiorgio
The number of responses that simply said go here was quite amusing. On Monday, July 20, 2015 at 8:04:16 AM UTC-4, Rinaldo DiGiorgio wrote: The Manage Jenkins is not working. New version of Jenkins (1.621) is available for download http://updates.jenkins-ci.org/download/war/1.621

Unable to download join plugin

2015-07-30 Thread Rinaldo DiGiorgio
I am trying to download the join plugin. I see that it has an hpi extension. hudson.util.IOException2: Failed to download from http://updates.jenkins-ci.org/download/plugins/join/1.15/join.hpi (redirected to: http://mirror.xmission.com/jenkins/plugins/join/1.15/join.hpi) at

Re: Version Issues on Website

2015-07-22 Thread Rinaldo DiGiorgio
[mailto:jenkinsci- us...@googlegroups.com] On Behalf Of Daniel Beck Sent: 20 July 2015 13:18 To: jenkinsci-users@googlegroups.com Subject: Re: Version Issues on Website Thanks for telling us! I'll look into this. On 20.07.2015, at 14:07, Rinaldo DiGiorgio digitalrina...@gmail.com wrote

Jenkins link for 1.621 not working from Manage Jenkins

2015-07-20 Thread Rinaldo DiGiorgio
The Manage Jenkins is not working. New version of Jenkins (1.621) is available for download http://updates.jenkins-ci.org/download/war/1.621/jenkins.war (changelog http://jenkins-ci.org/changelog.html). (if you click download ) http://ftp-nyc.osuosl.org/pub/jenkins/war/1.621/jenkins.war

Version Issues on Website

2015-07-20 Thread Rinaldo DiGiorgio
http://mirrors.jenkins-ci.org/war/latest/jenkins.war when downloaded is actually 1.620 and not 1.621 from http://jenkins-ci.org/ The changelog page is also broken. http://jenkins-ci.org/changelog -- You received this message because you are subscribed to the Google Groups Jenkins Users

gitclient plugin link for 1.81 broken from 1.620 which might be 1.621

2015-07-20 Thread Rinaldo DiGiorgio
hudson.util.IOException2: Failed to download from http://updates.jenkins-ci.org/download/plugins/git-client/1.18.0/git-client.hpi (redirected to: http://ftp-nyc.osuosl.org/pub/jenkins/plugins/git-client/1.18.0/git-client.hpi) at

How to add groovy elastic search jars to jenkins so a global groovy script can use them.

2015-07-14 Thread Rinaldo DiGiorgio
I have been trying to use the Elasticsearch plugins, There are two of them and both of them have issues and are orthogonal. One plugin saves the console log The other plugin saves the status information The Jenkins model for data storage was developed before scaling and multiple active

Re: Scripts not permitted to use staticMethod org.codehaus.groovy.runtime.ScriptBytecodeAdapter compareLessThan java.lang.Object java.lang.Object

2015-05-12 Thread Rinaldo DiGiorgio
On Friday, April 24, 2015 at 1:29:19 AM UTC-4, Baptiste Mathus wrote: In the job, did you check run in sandbox ? 2015-04-15 23:07 GMT+02:00 Rinaldo DiGiorgio digital...@gmail.com javascript:: Hi, I have configured workflow to use an anonymous git repository for the workflow script

Scripts not permitted to use staticMethod org.codehaus.groovy.runtime.ScriptBytecodeAdapter compareLessThan java.lang.Object java.lang.Object

2015-04-15 Thread Rinaldo DiGiorgio
Hi, I have configured workflow to use an anonymous git repository for the workflow script. I get the following error. Scripts not permitted to use staticMethod org.codehaus.groovy.runtime.ScriptBytecodeAdapter compareLessThan java.lang.Object java.lang.Object The In Process Script

Does anyone know how to use htmlpublisher with workflow.

2015-04-15 Thread Rinaldo DiGiorgio
Hi, I tried to use the HtmlPublisher with workflow and I am unable to get it to load. I read the issues and it is not clear if it works with workflow. The changes in the issue numbers seem to be comment changes only. Has anyone been able to get html publisher to work. It is listed here as

gearman -- given two instances with shared nodes in gearman -- can a jenkins job in the instance use nodes without posting to gearman

2015-04-15 Thread Rinaldo DiGiorgio
Hi, I tried to use gearman to share some nodes and was unable to have a number of nodes used by either Jenkins instance. Is it the case that to use the nodes you need to use the API and post to gearman? This is not the model I am looking for but perhaps someone has figured out how to do

Is there a way to override the jenkins pages with your own pages.

2015-04-15 Thread Rinaldo DiGiorgio
Hi, I would like to create my own summary and build page. Is it possible to provide a class to run to create the page instead of using a large number of plugins which each do one little thing on the page? Rinaldo -- You received this message because you are subscribed to the Google Groups

Re: Workflow Plugin -- temporary files are created in the workspace directory

2015-04-06 Thread Rinaldo DiGiorgio
Depending on what is put in the files, this could be considered a security bug. An unknowing user of Jenkins workflow could be revealing information in say a source bundle that includes the temporary directory. -- You received this message because you are subscribed to the Google Groups

Logstash plugin support of Elasticsearch

2015-04-06 Thread Rinaldo DiGiorgio
Hi, I am unable to get the recently updated logstash plugin to push data to elasticsearch. I see a null pointer exception. Very often Jenkins exception processing doesn't consider the user using the application. A null pointer message that doesn't tell you what was null is generating 100s

Re: Workflow Plugin -- temporary files are created in the workspace directory

2015-04-03 Thread Rinaldo DiGiorgio
On Tuesday, March 31, 2015 at 3:29:24 PM UTC-4, Rinaldo DiGiorgio wrote: Hi, I am evaluating the workflow plugin as a replacement for our current approach and have a few questions. I thought I would ask them individually and see how that goes before asking too many questions

Workflow Plugin -- Unable to terminate jobs that have failed

2015-04-01 Thread Rinaldo DiGiorgio
When a workflow job terminates with error, there are cases where the job still appears to be running. When one attempts to remove the job from the view by clicking on the x the job isn't terminated. Eventually the job is removed from the list when the number of jobs to keep takes effect.

Workflow Plugin -- workspace is deleted

2015-04-01 Thread Rinaldo DiGiorgio
I am using the latest Jenkins workflow support and trying to understand if the following is expected behavior. After all the repos have been downloaded they are deleted when the job completes. Is there an option to preserve the workspace? -- You received this message because you are

Workflow Plugin -- how to display a summary page

2015-04-01 Thread Rinaldo DiGiorgio
Has anyone created a summary page for the workflow plugin. Suppose you download 10+ repos and your run builds on 40+ nodes and run some tests. Can someone suggest how to collect the test results to show trends on a single page so that users can go to one page and see all the results for a job

Workflow Plugin -- temporary files are created in the workspace directory

2015-03-31 Thread Rinaldo DiGiorgio
Hi, I am evaluating the workflow plugin as a replacement for our current approach and have a few questions. I thought I would ask them individually and see how that goes before asking too many questions on the list. The first question is about using multiple scms. I am using git and hg