On Friday, December 19, 2014 1:06:56 PM UTC-5, LesMikesell wrote:
>
> Is there a way to make [unartifact] address artifacts from build 
> (other_job) steps


https://issues.jenkins-ci.org/browse/JENKINS-24887
 

> or track their svn revisions and build numbers?
>

Not quite sure what you are getting at here.

Does the snippet generator only deal with the workflow [DSL] functions?
>

Maybe I am not understanding the question, but: the snippet generator 
offers all Workflow steps defined in any loaded plugin.
 

> I'm still fairly confused about how workflow relates to other plugins


https://github.com/jenkinsci/workflow-plugin/blob/master/COMPATIBILITY.md
 

> how to pass things among them
>

In general you can just use Groovy local variables to carry information 
around in a script, with ‘readFile’/‘writeFile’ as needed to deal with 
files in the workspace and so on. 
(https://issues.jenkins-ci.org/browse/JENKINS-26133 would be a helpful 
addition.)

-- 
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/4533f70f-1123-434c-9388-00a65fe01483%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to