diff --git a/Jenkinsfile b/Jenkinsfile index c89e26c..b6efbe8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,5 +37,10 @@ pipeline { git branch: 'master', url: 'https://git.wmi.amu.edu.pl/s487175/ium_z487175.git' } } + stage('script') { + steps { + sh './s487175-create-dataset-script.py > output.txt' + } + } } } \ No newline at end of file