This commit is contained in:
s460941 2020-04-24 08:07:34 +02:00
parent 52095e174b
commit cfcf6b6e57

9
Jenkinsfile vendored
View File

@ -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 {