- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 34 for jenkins (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
.ci/matrix-runtime-javas.yml
# This file is used as part of a matrix build in Jenkins where the # values below are included as an axis of the matrix. # This axis of the build matrix represents the versions of Java on # which Elasticsearch will be tested. Valid Java versions are 'java' # or 'openjdk' followed by the major release number. ES_RUNTIME_JAVA: - java11 - openjdk16 - zulu11 - corretto11 - adoptopenjdk11
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Apr 20 22:36:56 GMT 2021 - 414 bytes - Click Count (0) -
.ci/matrix-runtime-javas-fips.yml
# This file is used as part of a matrix build in Jenkins where the # values below are included as an axis of the matrix. # java11 should always be included as we only support Oracle Java 11 in # FIPS 140-2 mode. # We also want to test with the bundled JDK so that we proactively find # issues that might later be backported to JDK11. Current bundled JDK is # openjdk16 ES_RUNTIME_JAVA: - java11
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jun 24 17:56:51 GMT 2021 - 414 bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+part-2-windows.yml
display-name: "elastic / elasticsearch - pull request part-2 windows" 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:
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+part-1-windows.yml
display-name: "elastic / elasticsearch - pull request part-1 windows" 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:
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+periodic+ear.yml
sudo mkfs.ext2 /dev/mapper/secret sudo mkdir /mnt/secret sudo mount /dev/mapper/secret /mnt/secret sudo chown -R jenkins /mnt/secret cp -r "$WORKSPACE" /mnt/secret cd /mnt/secret/$(basename "$WORKSPACE") touch .output.log rm -Rf "$WORKSPACE" ln -s "$PWD" "$WORKSPACE" - shell: |Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue May 25 23:43:40 GMT 2021 - 1.5K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+packaging-tests-windows.yml
description: "Testing of Elasticsearch pull requests - packaging-tests-windows" # We use a hard-coded workspace directory here to avoid hitting windows path length limits 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:Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Aug 24 18:50:27 GMT 2021 - 2.1K bytes - Click Count (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/cisupport/CIInfo.java
/** * CI support: this class contains gathered information and more from CI that Maven process runs on. * * @since 4.0.0 */ public interface CIInfo { /** * Short distinct name of CI system: "GH", "Jenkins", etc. */ @Nonnull String name(); /** * May return a message that will be logged by Maven explaining why it was detected (and possibly more). */ @NonnullCreated: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun Apr 13 18:50:07 GMT 2025 - 1.5K bytes - Click Count (0) -
Jenkinsfile
* By default this method does NOT execute ITs anymore, just "install". * * mavenBuild("<jdk>", "<profiles> <goals> <plugins> <properties>" * * @param jdk the jdk tool name (in jenkins) to use for this build * @param extraArgs extra command line args */ def mavenBuild(jdk, extraArgs) { script { try { withEnv(["JAVA_HOME=${tool "$jdk"}",
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Mon Jan 26 16:20:31 GMT 2026 - 2K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+packaging-tests-windows-sample.yml
description: "Testing of Elasticsearch pull requests - packaging-tests-windows-sample" # We use a hard-coded workspace directory here to avoid hitting windows path length limits 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:Created: 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
description: "Testing of Elasticsearch pull requests - packaging-tests-windows-sample-nojdk" # We use a hard-coded workspace directory here to avoid hitting windows path length limits 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:Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Aug 24 19:49:58 GMT 2021 - 2.2K bytes - Click Count (0)