Issue Type: Bug Bug
Affects Versions: current
Assignee: Unassigned
Components: build-pipeline
Created: 27/Nov/13 4:05 PM
Description:

on 1.3.3, we can use remote api to create pipeline, by posting the following data to createView url:

$jsonvalue = array (
"name" => $jobName,
"mode" => "au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView",
"filterExecutors" => "false",
"filterQueue" => "false",
"selectedJob" => $jobName,
"noOfDisplayedBuilds" => "10",
"buildViewTitle" => $description,
"refreshFrequency" => "3",
"description" => $description,
// does not work
"showPipelineDefinitionHeader" => "true"
);

$parameters = array (
"name" => $jobName,
"mode" => "au.com.centrumsystems.hudson.plugin.buildpipeline.BuildPipelineView",
"description" => $description,
"_.showPipelineDefinitionHeader" => "true",
"json" => json_encode ( $jsonvalue )
);

But after 1.3.4, it did not work.

I guess the reason is "gridBuilder" does not be constructed, since "readResolve()" did not work.

Due Date: 27/Nov/13 12:00 AM
Project: Jenkins
Priority: Blocker Blocker
Reporter: li wei
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to