.
This commit is contained in:
parent
4655158328
commit
84e1cd9532
@ -2,9 +2,10 @@ pipeline {
|
|||||||
agent any;
|
agent any;
|
||||||
|
|
||||||
stages{
|
stages{
|
||||||
stage('checkout') {
|
stage('checkout: Check out from version control') {
|
||||||
steps {
|
steps {
|
||||||
git 'https://git.wmi.amu.edu.pl/s434784/ium_s434784.git'
|
git 'https://git.wmi.amu.edu.pl/s434784/ium_434784'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user