add new stage

This commit is contained in:
Norbert Walkowiak 2023-04-15 11:21:43 +02:00
parent fe2f76c9ec
commit f328e5cca8

5
Jenkinsfile vendored
View File

@ -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'
}
}
}
}