add color support in sslproxy Jenkinsfile, and removed curl flag for no progress meter.
This commit is contained in:
@@ -21,7 +21,11 @@ pipeline {
|
||||
}
|
||||
|
||||
stage('renew') {
|
||||
steps {
|
||||
options {
|
||||
ansiColor('xterm')
|
||||
timeout(2)
|
||||
}
|
||||
steps {
|
||||
dir(WORKDIR) {
|
||||
withDockerRegistry(credentialsId: 'b11d7f1a-81ac-4daf-8842-56afc0d2370e', url: 'http://dkregistry.xai-corp.net:5000') {
|
||||
sh "pwd"
|
||||
|
||||
Reference in New Issue
Block a user