pip install twine
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit
This commit is contained in:
parent
0761745180
commit
89c37aca22
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue