diff --git a/Jenkinsfile b/Jenkinsfile index eb44937..752777c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent any stages { - def app + stage('Clone') { // for display purposes // Get some code from a GitHub repository steps {