color map...really?

This commit is contained in:
carlitalabbe 2020-04-02 16:47:13 -04:00
parent 94bd37243f
commit 41815ff8ac

4
Jenkinsfile vendored
View file

@ -1,3 +1,7 @@
def COLOR_MAP = [
'SUCCESS': 'good',
'FAILURE': 'danger',
]
pipeline {
agent any
tools {