Examples of ExtractResourceSCM


Examples of org.jvnet.hudson.test.ExtractResourceSCM

      project.getBuildersList().add(new Shell("echo \"$JAVA_HOME\""));
    }
    project.setJDK(hudson.getJDK("varJDK"));

    // set appropriate SCM to get the necessary build files
    project.setScm(new ExtractResourceSCM(getClass().getResource(
        "/simple-projects.zip")));

    // test the regular slave - variable not expanded
    project.setAssignedLabel(slaveRegular.getSelfLabel());
    FreeStyleBuild build = project.scheduleBuild2(0).get();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.