pipeline
https://github.com/jenkinsci/pipeline-examples
# jenkinsfile
@Library('devops-lib@main') _
hello()
# jenkinsfile
@Library('devops-lib@main') _
deploy {
name = "app01"
version = "main"
git = "https://github.com/kevin197011/test"
host = "localhost"
}