This commit is contained in:
Jakub Zaręba 2023-03-27 21:30:03 +02:00
parent 0c51451a07
commit 3539e74928

7
Jenkinsfile vendored
View File

@ -1,7 +1,4 @@
node {
stage('Clone Git Repository') {
git 'https://git.wmi.amu.edu.pl/s487187/ium_487187.git'
}
stage('Preparation') {
properties([
@ -41,6 +38,10 @@ node {
}
}
stage('Clone Git Repository') {
git 'https://git.wmi.amu.edu.pl/s487187/ium_487187.git'
}
stage('End') {
echo 'Program ended!'