With the current flow plugin I can do the following:

  api = build("upload-files",VERSION_TO_DEPLOY:params["API_VERSION”]))

  build("deploy-files", 
ARTIFACT_TO_DEPLOY:api.environment.get("ARTIFACT_TO_DEPLOY") )


This is just a simplified version, as the deploy job has 5 blocks of these. 
All 5  upload-files job runs concurrently and then runs sequentially 
through all 5 of them.  The upload-files job generates a file with a 
certain file name based on the package (not shown in the example for 
simplicity) and the version supplied. This filename gets set to the 
"ARTIFACT_TO_DEPLOY" variable with another plugin.


Now my question is can the pipeline plugin also support this?

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d17bb5e8-84c9-455d-9bae-413e9fd0f675%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to