Skip to content

Commit

Permalink
Add Jenkins job for app/
Browse files Browse the repository at this point in the history
  • Loading branch information
krihal committed Sep 24, 2024
1 parent f1625b6 commit a2d7802
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .jenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,22 @@ git:
shallow_clone: true

extra_jobs:
- name: karchive
- name: karchive-nginx
git:
branch: main
builders:
- docker
docker_name: karchive
docker_name: karchive/nginx
docker_context_dir: nginx/
docker_tags:
- "1.0"


- name: karchive-app
git:
branch: main
builders:
- docker
docker_name: karchive/app
docker_context_dir: app/
docker_tags:
- "1.0"

0 comments on commit a2d7802

Please sign in to comment.