mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
color map...really?
This commit is contained in:
parent
94bd37243f
commit
41815ff8ac
1 changed files with 4 additions and 0 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -1,3 +1,7 @@
|
|||
def COLOR_MAP = [
|
||||
'SUCCESS': 'good',
|
||||
'FAILURE': 'danger',
|
||||
]
|
||||
pipeline {
|
||||
agent any
|
||||
tools {
|
||||
|
|
Loading…
Reference in a new issue