Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tested REST submission #11

Merged
merged 2 commits into from
Jan 30, 2021
Merged

Tested REST submission #11

merged 2 commits into from
Jan 30, 2021

Conversation

jglick
Copy link
Member

@jglick jglick commented Jan 30, 2021

No description provided.

@jglick jglick requested a review from a team as a code owner January 30, 2021 21:47
@jglick jglick added the tests label Jan 30, 2021
FileUtils.write(f, "uploaded content here", "UTF-8");
req.setEncodingType(FormEncodingType.MULTIPART);
req.setRequestParameters(Collections.<NameValuePair>singletonList(new KeyDataPair("FILE", f, "FILE", "text/plain", "UTF-8")));
User.getById("admin", true); // TODO workaround for https://github.com/jenkinsci/jenkins-test-harness/pull/273
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jglick jglick enabled auto-merge January 30, 2021 21:48
@jglick jglick merged commit c97bc43 into jenkinsci:master Jan 30, 2021
@jglick jglick deleted the rest branch January 30, 2021 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant