We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983b9f4 commit ef2996aCopy full SHA for ef2996a
vars/dockerBuildArgs.groovy
@@ -80,7 +80,7 @@ String call(Map config = [:]) {
80
if (https_proxy) {
81
ret_str += ' --build-arg HTTPS_PROXY' + '="' + https_proxy + '"'
82
} else {
83
- println "WARNING: Missing HTTPS_PROXY variable in Docker build arguments"
+ println "Missing HTTPS_PROXY variable in Docker build arguments list"
84
}
85
86
if (config['qb']) {
0 commit comments