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 89c37aca22 - Show all commits

1
Jenkinsfile vendored
View file

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