This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import static groovy.io.FileType.DIRECTORIES | |
def list = [""] | |
new File('/var/lib/jenkins/workspace/unprod').eachFile (DIRECTORIES) { file -> | |
def fileName = file.name; | |
if(fileName.startsWith('lumi_')){ | |
list.add(fileName + "/"); | |
} | |
} | |
return list |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
▶ Letting Go ................. Tanya Chua | |
▶ unravel .................... TK from Ling to… | |
▶ 炎 .......................... LiSA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Java 13 hrs 20 mins █████████████████▉░░░ 85.2% | |
Other 1 hr 54 mins ██▌░░░░░░░░░░░░░░░░░░ 12.2% | |
Text 20 mins ▍░░░░░░░░░░░░░░░░░░░░ 2.2% | |
XML 3 mins ░░░░░░░░░░░░░░░░░░░░░ 0.4% | |
Docker 0 secs ░░░░░░░░░░░░░░░░░░░░░ 0.0% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024 Running 509.31 km | |
2024 Swimming 0.00 km | |
2024 Cycling 127.75 km | |
Last month 45.83 km |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🌞 Morning 184 commits ███████░░░░░░░░░░░░░░ 33.8% | |
🌆 Daytime 193 commits ███████▍░░░░░░░░░░░░░ 35.4% | |
🌃 Evening 162 commits ██████▏░░░░░░░░░░░░░░ 29.7% | |
🌙 Night 6 commits ▏░░░░░░░░░░░░░░░░░░░░ 1.1% |