Merge jenkins-test #1

Merged
Csaba merged 16 commits from jenkins-test into main 2023-12-18 12:50:58 +01:00
Showing only changes of commit 0761745180 - Show all commits

1
Jenkinsfile vendored
View file

@ -21,6 +21,7 @@ pipeline {
steps {
echo 'Installing packages'
sh 'python -m pip install -r requirements.txt'
sh 'python -m pip install --upgrade build'
}
}
stage('Test') {