.
All checks were successful
s434784-evaluation/pipeline/head This commit looks good
s434784-training/pipeline/head This commit looks good

This commit is contained in:
Maciej Sobkowiak 2021-06-12 22:45:50 +02:00
parent 4655158328
commit 84e1cd9532

View File

@ -2,10 +2,11 @@ pipeline {
agent any;
stages{
stage('checkout') {
stage('checkout: Check out from version control') {
steps {
git 'https://git.wmi.amu.edu.pl/s434784/ium_s434784.git'
}
git 'https://git.wmi.amu.edu.pl/s434784/ium_434784'
}
}
}
stage('dvc') {