mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
fixed slack notifications
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
02a10fa1ef
commit
f89eef4247
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ spec:
|
|||
lastResult = currentBuild.previousBuild.result
|
||||
}
|
||||
|
||||
if (curResult != 'SUCCESS' && lastResult != 'SUCCESS') {
|
||||
if (curResult != 'SUCCESS' || lastResult != 'SUCCESS') {
|
||||
def color = ''
|
||||
switch (curResult) {
|
||||
case 'SUCCESS':
|
||||
|
|
Loading…
Reference in a new issue