E53D feat: add draft jenkinsfiles to MARA by qdzlug · Pull Request #105 · nginxinc/kic-reference-architectures · GitHub
[go: up one dir, main page]

Skip to content

Conversation

qdzlug
Copy link
Contributor
@qdzlug qdzlug commented Mar 9, 2022

Proposed changes

This change adds in a selection of Jenkinsfiles that are used internally by the MARA team for build testing. These are designed to checked out by Jenkins and then used to run the build process (opposed to them being stored completely in Jenkins). These are pipeline jobs. Documentation has been updated for this change.

A helper script has been added for the management of AWS credentials; the startup process currently does not handle the combination of AWS env variables and the on-disk .aws profiles/configs. This script reads the environment variables passed down from Jenkins and creates a credentials file from that information. Note that this does not have any impact on the manual build process (unless the user desires). This is expected to go away with the rewrite from #80

Additionally, there is one minor change to the AWS/DO build/deployment process; this addresses a bug that was introduced with the initial check-in.

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have written my commit messages in the Conventional Commits format.
  • I have read the CONTRIBUTING doc
  • I have added tests (when possible) that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto master
  • I will ensure my PR is targeting the master branch and pulling from my branch from my own fork

FBC8

@qdzlug qdzlug requested a review from dekobon March 9, 2022 17:58
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

set -x
10BC0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these lines supposed to be here?


## Purpose

This directory contains a set of Jenkinsfiles that can be used with MARA. These should be considered to be in a "draft"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linking out to something that explains what a Jenkinsfile does would be useful. Also, you may want to rephrase this so you do not pluralize Jenkinsfile because that's confusing due to it being a filename convention.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

@qdzlug qdzlug merged commit a07e33a into nginxinc:master Mar 9, 2022
@qdzlug qdzlug deleted the jenkinsfile branch March 9, 2022 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0