.
This commit is contained in:
parent
4655158328
commit
84e1cd9532
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user