~aleteoryx/muditaos

134c949f58f2676c31a90f8b202fe2c8eb0ac753 — Adam Dobrowolski 4 years ago a73211d
[EGD-7932] Added token export for build

we have to have it for assets download
1 files changed, 5 insertions(+), 0 deletions(-)

M Jenkinsfile
M Jenkinsfile => Jenkinsfile +5 -0
@@ 49,6 49,11 @@ pipeline {
                GITHUB_HEAD_REF="${pullRequest.headRef}"
            }
            steps {
                withCredentials([string(credentialsId: 'f412733a-851c-4f87-ad24-7da2139a98ca', variable: 'TOKEN')]) {
                    sh ''' #!/bin/bash -e
                    git config --add --global user.apitoken ${TOKEN}
                    '''
                }
                echo "install additional python dependencies"
                sh '''#!/bin/bash -e
                python3 -m pip install ghapi