[Jenkins] Setup dependency check pipeline stage
It was mention how to do dependency check in Gradle In previous article. This session will introduce how to do it in Jenkins pipeline.
It was mention how to do dependency check in Gradle In previous article. This session will introduce how to do it in Jenkins pipeline.
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 […]
To setup the Application Performance Monitor, it is complicate if setup each of it. so I group all of it as a docker-compose file and execute in one shot.
Docker Compose is the tools to build and deploy multiple containers. It used YAML to markup container’s settings and it is useful when deploy docker in host. Even it can use yum to install docker-compose, […]
For some service, it might have some inter-dependency on other background service. In order to setup it’s relationship, it need to alter the service file as below.
There is high frequency using docker to test applications and variant projects. To ensure the efficient of maintain these commands, I created a post and update it regularly.
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 […]
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.
To prevent production change in controllable manner, some organization require to have some manual approval in the process. To Implement in Jenkins, either use pipeline command or script.
AWS CodeArtifact is one of the AWS devops feature for package management. Even compare with NexusOSS, it cannot upload package manually, but it still worth to use if using AWS as DevOps Platform.
Copyright © 2026 | MH Magazine WordPress Theme by MH Themes