Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 303 Bytes

File metadata and controls

11 lines (9 loc) · 303 Bytes

PropertiesConfig

This module defines the Properties feature for Jenkins pipelines.
You must type the properties exactly as you would in a Jenkinsfile.
For example:
buildDiscarder( logRotator( numToKeepStr: '10' ) )
  • items ( Type: List[str] )

Back to main page