Bump version to 0.8.2; enhance image parameter extraction
Some checks failed
Gitea/kapitanbooru-uploader/pipeline/head There was a failure building this commit
Some checks failed
Gitea/kapitanbooru-uploader/pipeline/head There was a failure building this commit
This commit is contained in:
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@@ -35,6 +35,15 @@ pipeline {
|
||||
sh '. venv/bin/activate && python -m build' // Builds the package
|
||||
}
|
||||
}
|
||||
|
||||
stage('Run Unit Tests') {
|
||||
steps {
|
||||
// For unittest:
|
||||
sh '. venv/bin/activate && python -m unittest discover -s tests'
|
||||
// For pytest (if preferred):
|
||||
// sh '. venv/bin/activate && pytest'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Publish to Local PyPI') {
|
||||
steps {
|
||||
|
Reference in New Issue
Block a user