- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 100 for refspec (0.13 seconds)
-
.ci/jobs.t/elastic+elasticsearch+pull-request+part-1-windows.yml
description: "Testing of Elasticsearch pull requests - part-1 windows" node: "windows-immutable" workspace: "C:\\Users\\jenkins\\workspace\\pr-part-1\\${BUILD_NUMBER}" scm: - git: refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches: - "${ghprbActualCommit}" triggers: - github-pull-request: org-list: - elastic
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jul 01 22:34:45 GMT 2021 - 1.7K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+packaging-tests-windows-nojdk.yml
child-workspace: "C:\\Users\\jenkins\\workspace\\pr-packaging-windows\\${BUILD_NUMBER}" project-type: matrix node: master scm: - git: refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches: - "${ghprbActualCommit}" triggers: - github-pull-request: org-list: - elasticCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Aug 24 19:49:58 GMT 2021 - 2.3K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+docs-check.yml
description: "Testing of Elasticsearch pull requests - docs-check" workspace: "/dev/shm/elastic+elasticsearch+pull-request+docs-check" scm: - git: refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches: - "${ghprbActualCommit}" triggers: - github-pull-request: org-list: - elasticCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jul 01 20:27:05 GMT 2021 - 1.3K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+rest-compatibility.yml
description: "Testing of Elasticsearch pull requests - rest-compatibility" workspace: "/dev/shm/elastic+elasticsearch+pull-request+rest-compatibility" scm: - git: refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches: - "${ghprbActualCommit}" triggers: - github-pull-request: org-list: - elasticCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jul 01 20:27:05 GMT 2021 - 1.5K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+full-bwc.yml
description: "Testing of Elasticsearch pull requests - full-bwc" project-type: matrix node: master child-workspace: "/dev/shm/elastic+elasticsearch+pull-request+full-bwc" scm: - git: refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches: - "${ghprbActualCommit}" triggers: - github-pull-request: org-list: - elasticCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Aug 05 17:48:16 GMT 2021 - 1.7K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+part-2-windows.yml
description: "Testing of Elasticsearch pull requests - part-2 windows" node: "windows-immutable" workspace: "C:\\Users\\jenkins\\workspace\\pr-part-2\\${BUILD_NUMBER}" scm: - git: refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches: - "${ghprbActualCommit}" triggers: - github-pull-request: org-list: - elastic
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jul 01 22:34:45 GMT 2021 - 1.7K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+packaging-tests-unix.yml
description: "Testing of Elasticsearch pull requests - packaging-tests-unix" project-type: matrix node: master scm: - git: refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches: - "${ghprbActualCommit}" triggers: - github-pull-request: org-list: - elasticCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Sep 14 17:35:45 GMT 2021 - 2.2K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+packaging-tests-windows-sample.yml
child-workspace: "C:\\Users\\jenkins\\workspace\\pr-packaging-windows\\${BUILD_NUMBER}" project-type: matrix node: master scm: - git: refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches: - "${ghprbActualCommit}" triggers: - github-pull-request: org-list: - elasticCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Aug 24 18:50:27 GMT 2021 - 2.1K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+packaging-tests-windows-sample-nojdk.yml
child-workspace: "C:\\Users\\jenkins\\workspace\\pr-packaging-windows\\${BUILD_NUMBER}" project-type: matrix node: master scm: - git: refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches: - "${ghprbActualCommit}" triggers: - github-pull-request: org-list: - elasticCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Aug 24 19:49:58 GMT 2021 - 2.2K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionBwcSetupPlugin.java
? new File(projectArtifact.expandedDistDir, "elasticsearch-" + bwcVersion.get() + "-SNAPSHOT") : projectArtifact.distFile; c.getInputs().file(new File(project.getBuildDir(), "refspec")); if (useNativeExpanded) { c.getOutputs().dir(expectedOutputFile); } else { c.getOutputs().files(expectedOutputFile); }
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Aug 18 09:11:28 GMT 2021 - 14.5K bytes - Click Count (0)