// Only run on Linux atm
wrappedNode(label: 'ubuntu && ec2 && docker-edge') {
  deleteDir()
  stage "checkout"
  checkout scm

}