- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 16 for Jenkins (0.04 sec)
-
.ci/jobs.t/defaults.yml
Registered: Sun Dec 21 06:47:06 UTC 2025 - Last Modified: Wed Sep 29 15:38:05 UTC 2021 - 2.9K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/cisupport/JenkinsCIDetector.java
*/ package org.apache.maven.cling.invoker.cisupport; import java.util.Optional; import org.apache.maven.api.cli.cisupport.CIInfo; /** * Jenkins CI support. */ public class JenkinsCIDetector implements CIDetector { public static final String NAME = "Jenkins"; private static final String WORKSPACE = "WORKSPACE"; @Override public Optional<CIInfo> detectCI() {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Apr 13 18:50:07 UTC 2025 - 1.5K bytes - Viewed (0) -
README.md
[][build] [][test-results]
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Nov 16 13:30:57 UTC 2025 - 4.8K bytes - Viewed (0) -
.ci/java-versions.properties
Registered: Sun Dec 21 06:47:06 UTC 2025 - Last Modified: Wed Jun 30 16:39:44 UTC 2021 - 313 bytes - Viewed (0) -
.gitignore
/_tmp/ /doc_tmp/ # Test artifacts produced by Prow/kubetest2 jobs /_artifacts/ /_rundir/ # Go dependencies installed on Jenkins /_gopath/ # Config directories created by gcloud and gsutil on Jenkins /.config/gcloud*/ /.gsutil/ # CoreOS stuff /cluster/libvirt-coreos/coreos_*.img # Downloaded Kubernetes binary release /kubernetes/
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Thu Feb 29 08:22:06 UTC 2024 - 2.1K bytes - Viewed (0) -
.ci/java-versions-aarch64.properties
Registered: Sun Dec 21 06:47:06 UTC 2025 - Last Modified: Tue Jun 08 18:35:17 UTC 2021 - 308 bytes - Viewed (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"}",
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Jul 10 12:31:48 UTC 2025 - 2K bytes - Viewed (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.
Registered: Sun Dec 21 06:47:06 UTC 2025 - Last Modified: Wed Nov 13 15:12:00 UTC 2019 - 679 bytes - Viewed (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). */ @NonnullRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Apr 13 18:50:07 UTC 2025 - 1.5K bytes - Viewed (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/cisupport/CIDetectorHelperTest.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Apr 13 18:50:07 UTC 2025 - 3.4K bytes - Viewed (0)