DevOps

[Java] Dependency management in Gradle

2020-12-31 C.H. Ling 0

Dependency management is one of the topic in package management to ensure dependent library (jar / dll / etc) is no interference between each other and it caused compatibility problem. Besides, it can detect vulnerability […]

No Picture
Computing

[DevOps] Setup home lab in docker

2020-10-13 C.H. Ling 0

For setting the home lab in local network, there has a home server in home before. However, after move to new country the server cannot be start. So I would like to setup the platform […]

CI / CD

[Jenkins] Get credential in pipeline

2020-09-21 C.H. Ling 0

No matter what kind of program, hard-code sensitive information is not a recommend approach. In Jenkins, credentials can store in its own credential store and fetch in pipeline.

1 2