Added "skip existing" and "verbose" to twine upload command
All checks were successful
Amarillo/amarillo-gitea/amarillo-core/pipeline/head This commit looks good
All checks were successful
Amarillo/amarillo-gitea/amarillo-core/pipeline/head This commit looks good
This commit is contained in:
parent
279da728d0
commit
2a9c46996a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -39,7 +39,7 @@ pipeline {
|
|||
}
|
||||
stage('Publish package') {
|
||||
steps {
|
||||
sh 'python -m twine upload --repository-url $TWINE_REPO_URL --username $GITEA_CREDS_USR --password $GITEA_CREDS_PSW ./dist/*'
|
||||
sh 'python -m twine upload --skip-existing --verbose --repository-url $TWINE_REPO_URL --username $GITEA_CREDS_USR --password $GITEA_CREDS_PSW ./dist/*'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue