This commit is contained in:
PawelDopierala 2024-03-26 22:11:12 +01:00
parent 7a10f37588
commit a96813457d

3
Jenkinsfile vendored
View File

@ -5,9 +5,6 @@ pipeline {
stage('Stage 1') { stage('Stage 1') {
steps { steps {
echo 'Hello world!' echo 'Hello world!'
checkout scm
sh './data_processing.sh'
archiveArtifacts artifacts: './*'
} }
} }
} }