add color support in sslproxy Jenkinsfile, and removed curl flag for no progress meter.

This commit is contained in:
2020-06-06 22:32:33 -04:00
parent 21a48d3d4d
commit 72f9dfc576
4 changed files with 17 additions and 5 deletions

View File

@@ -21,6 +21,10 @@ pipeline {
}
stage('build') {
options {
ansiColor('xterm')
timeout(2)
}
steps {
dir(WORKDIR) {
withDockerRegistry(credentialsId: 'b11d7f1a-81ac-4daf-8842-56afc0d2370e', url: 'http://dkregistry.xai-corp.net:5000') {
@@ -32,6 +36,10 @@ pipeline {
}
stage('deploy') {
options {
ansiColor('xterm')
timeout(2)
}
steps {
dir(WORKDIR) {
withDockerRegistry(credentialsId: 'b11d7f1a-81ac-4daf-8842-56afc0d2370e', url: 'http://dkregistry.xai-corp.net:5000') {