git next try2

This commit is contained in:
PawelDopierala 2024-03-27 01:21:36 +01:00
parent 3191d4a739
commit 0c4ae69f9f

1
Jenkinsfile vendored
View File

@ -4,6 +4,7 @@ pipeline {
stages {
stage('Stage 1') {
steps {
sh 'rm -rf artifacts'
git 'https://git.wmi.amu.edu.pl/s495719/ium_495719.git'
}
}