Fix the Pipeline name filter issues

Signed-off-by: rick <rick@jenkins-zh.cn>
This commit is contained in:
rick
2021-02-02 15:19:55 +08:00
parent f32e53fce3
commit cab4915795
7 changed files with 197 additions and 60 deletions

View File

@@ -72,9 +72,9 @@ func getRespBody(resp *http.Response) ([]byte, error) {
}
// parseJenkinsQuery Parse the special query of jenkins.
// ParseJenkinsQuery Parse the special query of jenkins.
// ParseQuery in the standard library makes the query not re-encode
func parseJenkinsQuery(query string) (url.Values, error) {
func ParseJenkinsQuery(query string) (url.Values, error) {
m := make(url.Values)
err := error(nil)
for query != "" {