Added package testing stage
All checks were successful
ydeng/mltraining/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2023-06-02 13:57:29 +00:00
parent 2ec0d35edc
commit 43c6f55a8e

5
Jenkinsfile vendored
View File

@ -20,6 +20,11 @@ pipeline {
sh "python -m build"
}
}
stage("test package") {
steps {
sh "pip install dist/*.whl"
}
}
stage("publish") {
environment {
CREDS = credentials('rs-git-package-registry-ydeng')