This file contains technical information about Fairway Crest condominiums at Sunrose Terrace, Sunnyvale, CA
- Monday: Garbage collected
- Tuesday: Common area cleaning
- Thursday: Gardening
- Friday: Garbage collected, recyclables collected
This is the result of running the command: | |
PACKER_LOG=1 packer build -var "version=1.0.7" -var "username=jmcgeheeiv" ubuntu1804.json | |
For the most interesting line, search for "Status:401 Unauthorized StatusCode:401" | |
File ubuntu1804.json appears below. | |
2018/10/16 14:39:00 [INFO] Packer version: 1.3.1 | |
2018/10/16 14:39:00 Packer Target OS/Arch: linux amd64 |
#!/usr/bin/env python3 | |
# Download the latest successful build artifacts from Jenkins using Python 3 | |
# John McGehee 1/25/2016 | |
# | |
# Based on the Python 2 version by supertom: https://gist.github.com/supertom/2759847 | |
import argparse | |
import codecs | |
import io | |
import json |