Hey guys. I've got what seems like a classic problem many people have, and 
I need a bit of info from people who've been through this before.

Basically we currently have a couple of CI jobs, one for each project which 
needs to generate an artifact. They need to be executed in a specific 
order. With the artifactory plugin, I need to manually press the release 
staging button, set some parameters then press build and release to 
artifactory in order to release a new version. What I want is to chain all 
these jobs so they are done in a specific order.

I've created various maven jobs to automatically update the dependencies, 
but I can't, for the life of me, figure out how I can easily chain jobs for 
release staging with the multijob plugin. They just execute the "build" 
scope, and I can't seem to get it to run the "release" scope.

I'm aware that there is an API I can call per the documentation link below, 
but that would require understanding more advanced plugins, such as the 
pipeline plugin, I assume. If there is no user friendly way to do it, then 
should I start reading the pipeline book link also pasted below?
https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Artifactory+Plugin+-+Release+Management#JenkinsArtifactoryPlugin-ReleaseManagement-JenkinsArtifactoryReleaseStagingAPI
https://jenkins.io/doc/book/pipeline/

Thanks!

-- 
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/3fea3651-8d1b-4624-aaff-c5d53b6c5a44%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to