Skip to content

Commit

Permalink
Noting JENKINS-27704.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Aug 29, 2016
1 parent faf3233 commit 86e4b06
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -679,7 +679,7 @@ static final class SCMCheckout {
final SCM scm;
final String node;
final String workspace;
// TODO make this a String and relativize to Run.rootDir if possible
// TODO JENKINS-27704 make this a String and relativize to Run.rootDir if possible
final @CheckForNull File changelogFile;
final @CheckForNull SCMRevisionState pollingBaseline;
SCMCheckout(SCM scm, String node, String workspace, File changelogFile, SCMRevisionState pollingBaseline) {
Expand Down

0 comments on commit 86e4b06

Please sign in to comment.