- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 38 for jenkins (0.04 seconds)
-
.ci/java-versions-aarch64.properties
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 08 18:35:17 GMT 2021 - 308 bytes - Click Count (0) -
.ci/README.md
CI configuration for Elasticsearch ================================== Layout and Syntax ----------------- CI is run by Jenkins at [elasticsearch-ci](https://elasticsearch-ci.elastic.co/). Jobs live in the [jobs.t](jobs.t) directory, these are defined in YML using a syntax simmilar to [JJB](https://elasticsearch-ci.elastic.co/view/Elasticsearch%20master/). Macros are not allowed, and each job must be defined in its own file.
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Nov 13 15:12:00 GMT 2019 - 679 bytes - Click Count (0) -
.ci/java-versions.properties
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Jun 30 16:39:44 GMT 2021 - 313 bytes - Click Count (0) -
.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)