change git

This commit is contained in:
PawelDopierala 2024-03-27 00:57:08 +01:00
parent 75de3d655a
commit 6c353f2051
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages {
stage('Stage 1') {
steps {
git https://git.wmi.amu.edu.pl/s495719/ium_495719.git
git url: "https://git.wmi.amu.edu.pl/s495719/ium_495719.git"
sh './data_processing.sh'
archiveArtifacts artifacts: './*'
}