From 5d8442a6f0abe89199b4c2420d9462216507044b Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Tue, 16 Jul 2024 12:25:49 -0400 Subject: [PATCH] Move nightly pipeline link --- content/resume/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/resume/_index.md b/content/resume/_index.md index 0b01e05..2ed98bf 100644 --- a/content/resume/_index.md +++ b/content/resume/_index.md @@ -16,9 +16,9 @@ title="Cloud/Software Engineer Intern" languages="Kubernetes, GoLang, Jenkins" d - Added startup probes to handle starting legacy application containers that require additional startup time. - Refactored probes to [have default values](https://github.com/apache/incubator-kie-kogito-operator/commit/af4977af228ec8648be28779259d4552246b656f) assigned based on deployed YAML while also fixing reconciliation issues. -- Rewrote the **Jenkins** nightly pipeline to run [in a GitHub - PR](https://github.com/apache/incubator-kie-kogito-pipelines/commit/4c83f1aecdea2c1ba2796b79839a90d4083dce88) - using a trigger keyword to test all submitted PR's. +- Rewrote the **Jenkins** [nightly pipeline](https://github.com/apache/incubator-kie-kogito-pipelines/commit/4c83f1aecdea2c1ba2796b79839a90d4083dce88) to run in a GitHub + PR using a trigger keyword to test all the team's submitted PR's + before merging to the main branch. - Took initiative to write [documentation](https://github.com/apache/incubator-kie-kogito-operator/blob/1534c03d1d26bec08a16608a775782bf8b305de9/docs/GUIDE_FOR_KOGITO_DEVS.md) on how to get started with the project to onboard new developers and mentored the incoming intern.