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 {
stage('Install build dependencies') {
steps {
sh '''
pip install -U --upgrade pip pytest setuptools setuptools-git-version'''
sh 'pip install -U --upgrade pip pytest setuptools setuptools-git-version'
}
}
@ -21,4 +20,4 @@ pipeline {
}
}
}
}

Loading…
Cancel
Save