Skip to content

Commit

Permalink
use personal Java-JUnit-Selenium to update OnDemand endpoint
Browse files Browse the repository at this point in the history
Should be reverted when/if sauce-archives/Java-Junit-Selenium#19 gets merged.
  • Loading branch information
Enrique Gonzalez committed Sep 5, 2019
1 parent 26ab37b commit 4154762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions groovy/createFreestyleProject.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jenkins = Jenkins.instance;
FreeStyleProject freeProject = new FreeStyleProject(jenkins,"sample-java-freestyle");

// Create Git SCM option and set to master branch
scm2 = new GitSCM("https://github.com/saucelabs-sample-test-frameworks/Java-JUnit-Selenium");
scm2.branches = [new BranchSpec("*/master")];
scm2 = new GitSCM("https://github.com/enriquegh/Java-JUnit-Selenium");
scm2.branches = [new BranchSpec("*/eg-dynamic-ondemand")];

// Create Maven Builder
Maven maven = new Maven("clean test",null);
Expand Down

0 comments on commit 4154762

Please sign in to comment.