Skip to content

Commit

Permalink
[JENKINS-36997] Noting that weird script is a workaround for a PATH_M…
Browse files Browse the repository at this point in the history
…AX problem.
  • Loading branch information
jglick committed Jan 9, 2017
1 parent 6b1dd33 commit 7c815e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/plugins/WorkflowPluginTest.java
Expand Up @@ -210,7 +210,7 @@ public class WorkflowPluginTest extends AbstractJUnitTest {
repo.transferToDockerContainer(host, port);
WorkflowJob job = jenkins.jobs.create(WorkflowJob.class);
job.script.set(
"node {ws('" + tmp.getRoot() + "') {\n" + // TODO UNIX_PATH_MAX workaround
"node {ws('" + tmp.getRoot() + "') {\n" + // TODO JENKINS-36997 workaround
" docker.image('cloudbees/java-build-tools').inside {\n" +
" git url: '" + container.getRepoUrlInsideDocker() + "', credentialsId: 'gitcreds'\n" +
" sh 'mkdir ~/.ssh && echo StrictHostKeyChecking no > ~/.ssh/config'\n" +
Expand Down

0 comments on commit 7c815e3

Please sign in to comment.