@@ -0,0 +1,20 @@
+#!groovy
+
+pipeline
+{
+ agent none
+ stages
+ {
+ stage('Tarball')
+ steps
+ node('autotools')
+ checkout scm
+ }
+}