mirror of
https://github.com/gogcom/galaxy-integrations-python-api.git
synced 2026-01-30 01:21:18 -05:00
Fix pipeline
This commit is contained in:
@@ -6,8 +6,8 @@ stage('Upload to github')
|
||||
withPythonEnv('python') {
|
||||
withCredentials([usernamePassword(credentialsId: 'github_friendsofgalaxy', usernameVariable: 'GITHUB_USERNAME', passwordVariable: 'GITHUB_TOKEN')]) {
|
||||
bat 'pip install -r jenkins/requirements.txt'
|
||||
version = bat(returnStdout: true, script: 'python setup.py --version').trim()
|
||||
bat "python jenkins/release.py ${version}"
|
||||
def version = bat(returnStdout: true, script: 'python setup.py --version').trim()
|
||||
bat "python jenkins/release.py $version"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user