$ cat cicd/Jenkinsfile #!groovynode { wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'XTerm', 'defaultFg': 1, 'defaultBg': 2]) { // This is the current syntax for invoking a build wrapper, naming the class. wrap([$class: 'TimestamperBuildWrapper']) {