diff --git a/Jenkinsfile b/Jenkinsfile index 2958e64..b1a337f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,4 @@ node { - stage('Clone Git Repository') { - git 'https://git.wmi.amu.edu.pl/s487187/ium_487187.git' - } stage('Preparation') { properties([ @@ -41,6 +38,10 @@ node { } } + stage('Clone Git Repository') { + git 'https://git.wmi.amu.edu.pl/s487187/ium_487187.git' + } + stage('End') { echo 'Program ended!'