change checkout

This commit is contained in:
PawelDopierala 2024-03-26 23:12:49 +01:00
parent c8c4778732
commit 94dd8e0275
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
stage('Stage 1') {
steps {
echo 'Hello world!'
checkout scm
git https://git.wmi.amu.edu.pl/s495719/ium_495719.git
sh './data_processing.sh'
archiveArtifacts artifacts: './*'
}