Presidential Actions
May 12, 2021
Table of Contents
#!/usr/bin/env groovy | |
// https://github.com/freebsd/freebsd-ci/blob/master/scripts/build/build-test.groovy | |
// http://stackoverflow.com/a/40294220 | |
// https://JENKINS_HOST/scriptApproval/ - for script approval | |
import java.util.Date | |
def isMaster = env.BRANCH_NAME == 'master' | |
def isDevelop = env.BRANCH_NAME == 'develop' |
#!groovy | |
import groovy.json.JsonOutput | |
import groovy.json.JsonSlurper | |
def label = "mypod-${UUID.randomUUID().toString()}" | |
podTemplate(label: label, yaml: """ | |
spec: | |
containers: | |
- name: mvn | |
image: maven:3.3.9-jdk-8-alpine |
Presidential Actions
May 12, 2021
Table of Contents
If you have just been promoted to a new leadership position (or expect to be soon), then this book is for you.
The book outlines ten strategies that will shorten the time it takes you to reach what Watkins calls the breakeven point: the point at which your organization needs you as much as you need the job.
by Adam Wiggins [Source]
Table of Contents
# MEMORANDUM OF UNDERSTANDING | |
## AWS Cloud Platform Services for Educational Institution | |
**Between:** [School District Name] (“School” or “Educational Institution”) | |
**And:** Amazon Web Services, Inc. (“AWS” or “Service Provider”) | |
**Effective Date:** [Date] | |
**Review Date:** [Annual Review Date] |