Trying to test ```$ cat Jenkinsfile node { scm c...
# general
b
Trying to test
Copy code
$ cat Jenkinsfile
node {
  scm checkout
  sh "./build-support/bin/ci.sh"
}