removes ansiColor step
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -89,7 +89,6 @@ def canaryShouldRun = true
|
||||
|
||||
node {
|
||||
timestamps {
|
||||
ansiColor('xterm') {
|
||||
try {
|
||||
stage('Checkout') {
|
||||
checkout scm
|
||||
@@ -149,5 +148,4 @@ node {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user