I just ran a raw example and it basically triggers another job with some 
arguments.

stage("Build") {
  node {
      sh 'echo mvn'
  }
}
stage("Release") {
    release 'archive'
}


Where archive is just a basic job with some basic hello world in the 
release section

It looks like a kind of similar step like the build DSL one 
<https://jenkins.io/doc/pipeline/steps/pipeline-build-step/> 



-- 
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/311879d1-265f-41be-92ef-9e7623903cf6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to