You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a prow job entry in a repo-branch file in /prow-jobs folder, please create it if not exist. But if you create a new file or rename a file please update it in /prow-jobs/kustomization.yaml
A job DSL in /jobs/<org>/<repo> folder, named: <job-name>.groovy
if the folder not existed, create a file aa_folder.groovy to create the folder.
if the job is for trunk branch or feature branches, you should put it in /pipelines/<org>/<repo>/latest dir, but no need to add another aa_folder.groovy file in the latest dir.
A executer pod yaml file in /pipelines/<org>/<repo> folder, named pod-<job-name>.yaml
if the job is for trunk branch or feature branches, you should put it in /pipelines/<org>/<repo>/latest dir.
A Jenkins pipeline groovy script in /pipelines/<org>/<repo> folder, named: <job-name>.groovy
if the job is for trunk branch or feature branches, you should put it in /pipelines/<org>/<repo>/latest dir.
This discussion was converted from issue #1693 on January 26, 2024 03:12.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Make a PR included changes:
/prow-jobs
folder, please create it if not exist. But if you create a new file or rename a file please update it in /prow-jobs/kustomization.yaml/jobs/<org>/<repo>
folder, named:<job-name>.groovy
aa_folder.groovy
to create the folder./pipelines/<org>/<repo>/latest
dir, but no need to add anotheraa_folder.groovy
file in thelatest
dir./pipelines/<org>/<repo>
folder, namedpod-<job-name>.yaml
/pipelines/<org>/<repo>/latest
dir./pipelines/<org>/<repo>
folder, named:<job-name>.groovy
/pipelines/<org>/<repo>/latest
dir.Sample files:
Beta Was this translation helpful? Give feedback.
All reactions