Is Jenkins job-dsl Different from Jenkinsfile Pipelines’ Scripted Syntax?

Question
You have heard of Jenkins job-dsl.  You are not sure if it is the same DSL found in scripted syntax Jenkinsfile pipelines.  Is Jenkins job-dsl different from Jenkinsfile pipelines' scripted syntax?

Answer
Yes.  Jenkins job-dsl is different from the DSL used in Jenkinsfile pipelines' scripted syntax.  This thread confirms this fact.  This link helps explain the differences.

Leave a comment

Your email address will not be published. Required fields are marked *