Jenkinsfile:
pipeline { options {timestamps()}
agent none stages { stage(\'Check scm\') { agent any steps { ch