Currently we trigger projects by using build("name of project");.. etc.
This blocks the build flow until the build is finished.

Is there a way to trigger a project that is nonblocking, and then
immediately execute other groovy tasks afterwards?

ie:
build1 = nonblockingbuild("foo");
print "whatever";
//do other stuff

As a bonus, can we check on build1's status while it's running?

-- 
Joshua Ho

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to