Disable RelegationUpdater
This commit is contained in:
2
jenkinsfiles/build/Jenkinsfile
vendored
2
jenkinsfiles/build/Jenkinsfile
vendored
@@ -36,7 +36,7 @@ pipeline {
|
||||
build wait: false, job: 'TippligaUpdater'
|
||||
build wait: false, job: 'WTLPokalUpdater'
|
||||
build wait: false, job: 'SupercupUpdater'
|
||||
build wait: false, job: 'RelegationUpdater'
|
||||
// build wait: false, job: 'RelegationUpdater'
|
||||
// build wait: false, job: 'LigaCupUpdater'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,9 +9,10 @@ public class TLWMatchesUpdaterFootballTest {
|
||||
public void getUpdateSqlTest1() {
|
||||
TLWMatchesUpdaterFootball updater = new TLWMatchesUpdaterFootball(season, 1, "Tippliga");
|
||||
String sql = updater.getUpdateSQL();
|
||||
String beatifulInfo = updater.getBeautifulInfo();
|
||||
|
||||
System.out.println(sql);
|
||||
// System.out.println(updater.getBeautifulInfo());
|
||||
// System.out.println(beatifulInfo);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user