Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
DEVPROD-932 Add information for project triggers settings (#2222)
Browse files Browse the repository at this point in the history
Co-authored-by: SupaJoon <[email protected]>
  • Loading branch information
ZackarySantana and SupaJoon authored Jan 18, 2024
1 parent 33f292e commit 2da7a28
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,24 @@ export const getFormSchema = (
"ui:displayTitle": "New Project Trigger",
"ui:label": false,
project: {
"ui:description":
"The upstream project identifier to listen to for commits",
"ui:data-cy": "project-input",
},
configFile: {
"ui:description":
"The path to the downstream project's config file. This may be the same as the main project configuration file but does not have to be.",
"ui:data-cy": "config-file-input",
"ui:placeholder": ".evergreen.yml",
},
level: {
"ui:description":
"Task and build levels will trigger based on the completion of a task or a build in the upstream project. Push level triggers will trigger once a commit is pushed to the upstream project. This is helpful if the upstream project does not regularly run or create commit tasks.",
"ui:allowDeselect": false,
},
status: {
"ui:description":
"Specify which status of the upstream build or task should trigger a downstream version. This applicable to build and task level triggers only.",
"ui:allowDeselect": false,
},
dateCutoff: {
Expand Down

0 comments on commit 2da7a28

Please sign in to comment.