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 eaf6c94599 - Show all commits

2
Jenkinsfile vendored
View file

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