@@ -1,5 +1,5 @@
-node {
- def app
+pipeline {
+ agent any
stage('Clone repository') {
/* Let's make sure we have the repository cloned to our workspace */