Writing a Jenkins Pipeline

From NovaOrdis Knowledge Base
Revision as of 06:20, 21 November 2019 by Ovidiu (talk | contribs) (→‎Steps)
Jump to navigation Jump to search

Internal

Steps

These steps are used invoking on stage.. In a Jenkinsfile, and inside a stage, invoke on this. or simply invoking directly like below:

def versionFile = readFile("${stage.WORKSPACE}/terraform/my-module/VERSION")