diff --git a/Jenkinsfile b/Jenkinsfile index 8e995e1..c356f3b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,6 +2,15 @@ pipeline { agent { dockerfile true } stages { + + stage('Git') + { + steps { + git 'https://git.wmi.amu.edu.pl/s460941/s460941-metrics.git' + } + } + + stage('CopyArtifacts') { steps {