init
This commit is contained in:
parent
e44a76db77
commit
8d0b974fe3
@ -25,13 +25,24 @@ spec:
|
||||
workspaces:
|
||||
- name: shared
|
||||
description: Workspace containing the built artifacts
|
||||
|
||||
- name: nexus-credentials
|
||||
steps:
|
||||
- name: upload-to-pypi
|
||||
image: $(params.pythonImageName)
|
||||
env:
|
||||
- name: HOME
|
||||
value: /workspace/shared/$(params.home)
|
||||
|
||||
- name: TWINE_USERNAME
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: nexus-credentials
|
||||
key: username
|
||||
- name: TWINE_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: nexus-credentials
|
||||
key: password
|
||||
script: |
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
Loading…
x
Reference in New Issue
Block a user