Various fixes for empty Relegation
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ pipeline {
|
||||
try {
|
||||
sh "$JAVA_HOME/bin/java -jar build/libs/tlw-database-tool-1.0.jar --mode WhatsAppNotifier --season ${season} --league 1 --configFile Tippliga >> log.txt 2>&1"
|
||||
} catch (Exception e) {
|
||||
telegramSendManual("TLW-Database-Tool crashed!")
|
||||
telegramSendManual("TLW-Database-Tool crashed in WhatsAppReminder!")
|
||||
}
|
||||
String outputString = readFile 'log.txt'
|
||||
if(outputString != "") {
|
||||
|
||||
Reference in New Issue
Block a user