CI / CD

[Jenkins] Warning in pipeline

2021-09-21 C.H. Ling 0

It is usual when running pipeline, it will expect to continue even execute failure. Previously, need to use try..catch and change currentBuild.currentResult to unstable (Originally it can set as SUCCESS, FAILURE, UNSTABLE). Since Jenkine 2.26, […]

No Picture
Computing

[Jenkins] Pipeline options in jenkinsfile

2021-08-16 C.H. Ling 0

Normally, Jenkins pipeline settings can done in UI. However, it cannot be version control if settings changed. Actually, version control can implement in decorative pipeline in jenkinsfile. In this example, it will setup schedule to […]

No Picture
Computing

Add ELK APM agent in Java project

2021-03-31 C.H. Ling 0

Even APM agent can add parameter -javaAgent, but it will more flexible if embed in jar file. This demo will show how to add ELK APM agent inside Java gradle project.

1 2