Fix release pipeline

This commit is contained in:
Romuald Bierbasz
2019-05-21 11:10:52 +02:00
parent e62e7e0e6e
commit 0bc8000f14

View File

@@ -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'