- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 257 for triggers (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
.teamcity/src/main/kotlin/promotion/PublishNightlyDocumentation.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package promotion import common.VersionedSettingsBranch import jetbrains.buildServer.configs.kotlin.triggers.schedule import model.StageName class PublishNightlyDocumentation( branch: VersionedSettingsBranch, ) : PublishGradleDistributionFullBuild( promotedBranch = branch.branchName,
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Dec 29 08:57:18 GMT 2025 - 1.6K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+rest-compatibility.yml
refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches: - "${ghprbActualCommit}" triggers: - github-pull-request: org-list: - elastic allow-whitelist-orgs-as-admins: true trigger-phrase: '.*run\W+elasticsearch-ci/rest-compatibility.*' github-hooks: true status-context: elasticsearch-ci/rest-compatibilityCreated: 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
refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches: - "${ghprbActualCommit}" triggers: - github-pull-request: org-list: - elastic allow-whitelist-orgs-as-admins: true trigger-phrase: '.*run\W+elasticsearch-ci/full-bwc.*' github-hooks: true status-context: elasticsearch-ci/full-bwcCreated: 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
refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches: - "${ghprbActualCommit}" triggers: - github-pull-request: org-list: - elastic allow-whitelist-orgs-as-admins: true trigger-phrase: '.*run\W+elasticsearch-ci/part-2-windows.*' github-hooks: true status-context: elasticsearch-ci/part-2-windowsCreated: 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-fips.yml
refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches: - "${ghprbActualCommit}" triggers: - github-pull-request: org-list: - elastic allow-whitelist-orgs-as-admins: true trigger-phrase: '.*run\W+elasticsearch-ci/part-1-fips.*' github-hooks: true status-context: elasticsearch-ci/part-1-fipsCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 16 01:16:48 GMT 2021 - 1.4K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+packaging-tests-unix.yml
refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches: - "${ghprbActualCommit}" triggers: - github-pull-request: org-list: - elastic allow-whitelist-orgs-as-admins: true trigger-phrase: '.*run\W+elasticsearch-ci/packaging-tests-unix.*' github-hooks: true status-context: elasticsearch-ci/packaging-tests-unixCreated: 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
refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches: - "${ghprbActualCommit}" triggers: - github-pull-request: org-list: - elastic allow-whitelist-orgs-as-admins: true trigger-phrase: '.*run\W+elasticsearch-ci/packaging-tests-windows-sample.*' github-hooks: trueCreated: 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+branch-consistency.yml
--- - job: name: elastic+elasticsearch+%BRANCH%+branch-consistency display-name: "elastic / elasticsearch # %BRANCH% - branch consistency" description: Testing of the Elasticsearch master branch version consistency. triggers: - timed: "H 7 * * *" builders: - inject: properties-file: '.ci/java-versions.properties' properties-content: | JAVA_HOME=$HOME/.java/$ES_BUILD_JAVA - shell: |Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 572 bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+eql-correctness.yml
refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches: - "${ghprbActualCommit}" triggers: - github-pull-request: org-list: - elastic allow-whitelist-orgs-as-admins: true trigger-phrase: '.*run\W+elasticsearch-ci/eql-correctness.*' github-hooks: true status-context: elasticsearch-ci/eql-correctnessCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jul 01 20:27:05 GMT 2021 - 1.8K bytes - Click Count (0) -
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/Mojo.java
/** * This interface forms the contract required for <code>Mojos</code> to interact with the <code>Maven</code> * infrastructure.<br> * It features an <code>execute()</code> method, which triggers the Mojo's build-process behavior, and can throw * a MojoExecutionException or MojoFailureException if error conditions occur.<br>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.9K bytes - Click Count (0)