My question is how do I pass parameters from a downstream job to the “make-all” 
job?


I am working on CI to support a cross-platform build of a C++ Qt 5.4 app. 

The myapp-make-all job that builds 3 downstream projects:

— myapp-makeall
        - myapp-android
        - myapp-osx
        - myapp-windows

If myapp-makeall succeeds I manually launch the job myapp-copy-artifacts job 
that uses the “Copy Artifacts Plugin”.

I do not know how to do this automatically. Advice is appreciated.

Artifacts are:
        myapp-android-3.0.2030-release-signed.apk       
        myapp-osx-3.0.2030.dmg  
        myapp-source-3.0.2030.zip       
        myapp-win-3.0.2030.exe



I want to set the “Copy Artifact Plugin” “Target directory” to:

myapp-${PLATFORM}-${MAJOR}.${MINOR}.${REVISION}

How are parameters passed downstream to upstream?


-Ed


-- 
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/366E4967-8C73-4015-93D7-5B2231834EAA%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to