@@ -0,0 +1,12 @@
+pipeline {
+
+ agent any
+ stages {
+ stage('Test') {
+ steps {
+ echo 'Test...'
+ }
+}