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.