I want to build a table and put is as a view's description. I found the
below code that does work in the script console but in a pipeline it shows
no failure but does not work. here the the entire pipeline:

import org.kohsuke.stapler.StaplerRequest
import org.kohsuke.stapler.StaplerResponse

stage ('stage1') {
            Hudson.instance.getView('Testing').doSubmitDescription([
getParameter: { return "zzzzxxxxyyyy"; }] as StaplerRequest, [
sendRedirect: { return; } ] as StaplerResponse)
}


-- 
Dick Ginga
Build Engineer
[email protected]

-- 
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/CAL3PpaVnrFUUKc2%2B_fYW6JsKReZL_nOtTcTeWLhe_P8ZZr-1JQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to