Skip to content

docs: revamp CI Pipeline #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
75da242
docs: revamp build and deploy
Hii-Arpit May 7, 2025
c9f9eaa
docs: revamp Linked Build Pipeline
Hii-Arpit May 8, 2025
4841208
docs: added images for linked build pipeline
Hii-Arpit May 8, 2025
8dc27f7
docs: fixes
Hii-Arpit May 9, 2025
4b24f43
Merge branch 'main' of https://github.com/Hii-Arpit/devtron-documenta…
Hii-Arpit May 13, 2025
d797060
docs: adding deploy image 2
Hii-Arpit May 13, 2025
da82198
Merge branch 'main' of https://github.com/Hii-Arpit/devtron-documenta…
Hii-Arpit May 14, 2025
3cd31cd
docs: added deploy image from external source
Hii-Arpit May 14, 2025
bdb3354
docs: added sync with environment
Hii-Arpit May 15, 2025
5061b5f
docs: added hints
Hii-Arpit May 15, 2025
92fc7a7
docs: added create a job
Hii-Arpit May 16, 2025
c622763
docs: refined create a job section
Hii-Arpit May 19, 2025
1b29bd1
docs: Added images for deploy image from ext src
Hii-Arpit May 21, 2025
cef8adc
docs: Added images for sync-env
Hii-Arpit May 21, 2025
3ab2273
docs: Added images for job-CI
Hii-Arpit May 21, 2025
e8536ff
docs: added figure captions
Hii-Arpit May 21, 2025
5e001b5
docs: delete section
Hii-Arpit May 21, 2025
431185e
docs: update pipeline
Hii-Arpit May 21, 2025
89015c1
docs: added links
Hii-Arpit May 21, 2025
6e80bf6
docs: added build overirde
Hii-Arpit May 22, 2025
2db4501
docs: updated summary.md
Hii-Arpit May 22, 2025
71e92fa
docs: fixed captions
Hii-Arpit May 22, 2025
8c5e4e5
docs: added images for deletion
Hii-Arpit May 22, 2025
569f5e3
docs: revamp webhooks
Hii-Arpit May 24, 2025
3e3dff4
docs: added Github Actions use case
Hii-Arpit May 24, 2025
39876cb
docs: added use case github actions
Hii-Arpit May 26, 2025
bae03f4
docs: Added use cases and webhooks
Hii-Arpit May 26, 2025
e5d89d1
docs: fixes broken links
Hii-Arpit May 27, 2025
aa69629
grammar fixes for ci-pipeline
Hii-Arpit Jun 5, 2025
6c69052
Merge branch 'main' into ci-revamp
Hii-Arpit Jun 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,8 @@
* [GitOps Configuration](user-guide/creating-application/gitops-config.md)
* [Workflow Editor](user-guide/creating-application/workflow/README.md)
* [CI Pipeline](user-guide/creating-application/workflow/ci-pipeline.md)
* [Pre-Build/Post-Build Stages](user-guide/creating-application/workflow/ci-build-pre-post-plugins.md)
* [Override Build Configuration](user-guide/creating-application/container-registry-override.md)
* [CD Pipeline](user-guide/creating-application/workflow/cd-pipeline.md)
* [Pre/Post Stages](user-guide/creating-application/workflow/ci-build-pre-post-plugins.md)
* [ConfigMaps](user-guide/creating-application/config-maps.md)
* [Secrets](user-guide/creating-application/secrets.md)
* [External Secret Operator (ESO)](user-guide/creating-application/eso/README.md)
Expand Down
Loading