Skip to content

Instantly share code, notes, and snippets.

{
"source": "undefined",
"revision": 1,
"description": null,
"isDeleted": false,
"variables": {
"DB_HOST": {
"value": "your-database.mysql.database.azure.com"
},
"DB_NAME": {
{
"source": "undefined",
"revision": 1,
"description": null,
"isDeleted": false,
"variables": {
"ADMIN_MAIL": {
"value": "admin@your-company.tld",
"allowOverride": true
},
{
"source": "undefined",
"revision": 1,
"description": null,
"isDeleted": false,
"variables": {},
"variableGroups": [],
"environments": [
{
"name": "Stage 1",
{
"source": "undefined",
"revision": 1,
"description": null,
"isDeleted": false,
"variables": {},
"variableGroups": [],
"environments": [
{
"name": "Stage 1",
@Iridias
Iridias / nexus-fetch.sh
Last active November 21, 2018 13:06 — forked from gnustavo/nexus-fetch.sh
Bash script to fetch artifacts from Sonatype's Nexus 3
#!/bin/bash
# Original script in:
# http://blog.sonatype.com/2011/01/downloading-artifacts-from-nexus-with-bash/#.VPW0c1PF_v9
# Adapted for Nexus 3
# Define Nexus Configuration
NEXUS_BASE=http://repository.example.com:8081/nexus
usage()