mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-01-05 21:38:45 -05:00
Fix pipeline
This commit is contained in:
@@ -3,7 +3,7 @@ stage('Upload to github')
|
||||
node('ActiveClientMacosxBuilder') {
|
||||
deleteDir()
|
||||
checkout scm
|
||||
withPythonEnv('python') {
|
||||
withPythonEnv('/usr/local/bin/python3.7') {
|
||||
withCredentials([usernamePassword(credentialsId: 'github_friendsofgalaxy', usernameVariable: 'GITHUB_USERNAME', passwordVariable: 'GITHUB_TOKEN')]) {
|
||||
sh 'pip install -r jenkins/requirements.txt'
|
||||
def version = sh(returnStdout: true, script: 'python setup.py --version').trim()
|
||||
|
||||
Reference in New Issue
Block a user