Update 'Jenkinsfile'

This commit is contained in:
Piotr Szkudlarek 2023-10-24 18:39:20 +02:00
parent 5d85dc7e5d
commit 736a5249ab

3
Jenkinsfile vendored
View File

@ -4,7 +4,8 @@ pipeline {
stages {
stage('Build') {
steps {
echo 'Building...'
sh 'pip install -r requirements.txt'
sh 'black ./'
}
}
stage('Test') {