diff --git a/Jenkinsfile-stats b/Jenkinsfile-stats new file mode 100644 index 0000000..1ac0e63 --- /dev/null +++ b/Jenkinsfile-stats @@ -0,0 +1,5 @@ +node { + stage('checkout: Check out from version control') { + checkout scm + } +} \ No newline at end of file