Skip to content

Commit

Permalink
Must use JENKINS_URL not JENKINS_DIRECT_CONNECTION.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Oct 23, 2019
1 parent f3d304e commit 47a77a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ public void jnlpWorkingDir() throws Exception {
@Test
public void basicWindows() throws Exception {
assumeWindows(cloud.connect());
cloud.setDirectConnection(false); // not yet supported by https://github.com/jenkinsci/docker-jnlp-slave/blob/517ccd68fd1ce420e7526ca6a40320c9a47a2c18/jenkins-agent.ps1
r.assertBuildStatusSuccess(r.waitForCompletion(b));
}

Expand Down

0 comments on commit 47a77a2

Please sign in to comment.