This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -20,7 +20,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("build") {
|
stage("build") {
|
||||||
sh "python3.11 -m build"
|
steps {
|
||||||
|
sh "python3.11 -m build"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
stage("test installation") {
|
stage("test installation") {
|
||||||
steps {
|
steps {
|
||||||
|
Reference in New Issue
Block a user