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

[FIX JENKINS-44108][JENKINS-44111] Remoting Work Directory Support #95

Merged
merged 4 commits into from Aug 12, 2018

Conversation

kuisathaverat
Copy link
Contributor

@kuisathaverat kuisathaverat commented Aug 1, 2018

JENKINS-44108
JENKINS-44111

  • Add support to Remoting Work Directory
  • Test for configuration
  • Remove some unused imports and some warnings in SSHLauncherTests

@kuisathaverat kuisathaverat changed the title Jenkins 44111 [JENKINS-44108] Remoting Work Directory Support Aug 1, 2018
@kuisathaverat kuisathaverat changed the title [JENKINS-44108] Remoting Work Directory Support [JENKINS-44108][JENKINS-44111] Remoting Work Directory Support Aug 1, 2018

/**
* @param workingDirectory The Working directory set on the configuration of the node.
* @return <p>the remoting parameter to set the workDir,
Copy link
Member

Choose a reason for hiding this comment

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

I'm pretty sure this return tag will include all the lines without needing the <p> wrapper. Otherwise, perhaps it'd be better to put the docs above the tags?

*/
@NonNull
@Restricted(NoExternalUse.class)
public String getWorkDirParam(@Nonnull String workingDirectory){
Copy link
Member

Choose a reason for hiding this comment

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

You're using two different @Nonnull annotations in the same signature!

@@ -0,0 +1,5 @@
<div>
In <i>Remoting work directory</i> is an internal data storage, which may be used by Remoting to store caches, logs and other metadata.
Copy link
Member

Choose a reason for hiding this comment

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

Sentence could make more sense by changing "In" to "The" at the beginning.

@kuisathaverat kuisathaverat merged commit d26f68d into jenkinsci:master Aug 12, 2018
@kuisathaverat kuisathaverat changed the title [JENKINS-44108][JENKINS-44111] Remoting Work Directory Support [FIX JENKINS-44108][JENKINS-44111] Remoting Work Directory Support Aug 14, 2018
@kuisathaverat kuisathaverat deleted the JENKINS-44111 branch March 10, 2019 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants