国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
node { | |
timeout(time: 5, unit: "MINUTES") { | |
INPUT_PARAMS = input( | |
message: 'Please provide the parameter input:', | |
ok: 'Next', | |
parameters: [ | |
booleanParam(defaultValue: true, name: 'Create Jira Tickets?', description: ''), | |
booleanParam(defaultValue: true, name: 'Encrypted?', description: 'Use for secrets/passwords/certificates/etc'), | |
multipleChoice(name: 'Environments', choices: ["prod", "eu", "test", "mgmt"], description: 'Environments to create parameter in'), | |
string(name: 'Path', description: 'SSM Parameter Path'), |
国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
# $language = "python" | |
# $interface = "1.0" | |
import base64 | |
import hmac | |
import struct | |
import sys | |
import time | |
TOTP_KEY = 'YOUR_GOOGLE_AUTH_KEY' |
#============================================================================= | |
# dark_powered.toml --- dark powered configuration example for SpaceVim | |
# Copyright (c) 2016-2017 Wang Shidong & Contributors | |
# Author: Wang Shidong < wsdjeg at 163.com > | |
# URL: https://spacevim.org | |
# License: GPLv3 | |
#============================================================================= | |
[options] | |
lint_on_the_fly = true |