Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for winrm (0.1 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/vagrant/VagrantShellTask.java

        @TaskAction
        public void runScript() {
            String rootDir = getProject().getRootDir().toString();
            if (extension.isWindowsVM()) {
                service.execute(spec -> {
                    spec.setCommand("winrm");
    
                    List<String> script = new ArrayList<>();
                    script.add("try {");
                    script.add("cd " + convertWindowsPath(getProject(), rootDir));
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 4.3K bytes
    - Click Count (0)
  2. TESTING.asciidoc

    The packaging tests also support Windows Server 2012R2 and Windows Server 2016.
    Unfortunately we're not able to provide boxes for them in open source use
    because of licensing issues. Any Virtualbox image that has WinRM and Powershell
    enabled for remote users should work.
    
    Specify the image IDs of the Windows boxes to gradle with the following project
    properties. They can be set in `~/.gradle/gradle.properties` like
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Jun 07 13:55:20 GMT 2021
    - 32.5K bytes
    - Click Count (0)
Back to Top