add color support in sslproxy Jenkinsfile, and removed curl flag for no progress meter.
This commit is contained in:
8
dockerfiles/services/sslproxy/Jenkinsfile
vendored
8
dockerfiles/services/sslproxy/Jenkinsfile
vendored
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user