Browse Source

Updated Jenkinsfile

pull/2/head
Richard Neumann 4 years ago
parent
commit
b2059a87c2
  1. 5
      Jenkinsfile

5
Jenkinsfile

@ -3,8 +3,7 @@ pipeline {
stages { stages {
stage('Install build dependencies') { stage('Install build dependencies') {
steps { steps {
sh ''' sh 'pip install -U --upgrade pip pytest setuptools setuptools-git-version'
pip install -U --upgrade pip pytest setuptools setuptools-git-version'''
} }
} }
@ -21,4 +20,4 @@ pipeline {
} }
} }
} }

Loading…
Cancel
Save