diff --git a/jenkinsfile b/jenkinsfile deleted file mode 100644 index ffd6cc0..0000000 --- a/jenkinsfile +++ /dev/null @@ -1,10 +0,0 @@ -pipeline { - agent any - stages { - stage('Stage 1') { - steps { - echo 'Hello world!' - } - } - } -} \ No newline at end of file