mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 23:35: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 {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
tools {
|
tools {
|
||||||
|
|
Loading…
Reference in a new issue