mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-04-19 13:46:53 -04:00
Fix release pipeline
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
stage('Upload to github')
|
||||
{
|
||||
node('ActiveClientWindowsBuilder') {
|
||||
deleteDir()
|
||||
checkout scm
|
||||
withPythonEnv('python') {
|
||||
withCredentials([usernamePassword(credentialsId: 'github_friendsofgalaxy', usernameVariable: 'GITHUB_USERNAME', passwordVariable: 'GITHUB_TOKEN')]) {
|
||||
bat 'pip install -r jenkins/requirements.txt'
|
||||
|
||||
Reference in New Issue
Block a user