We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 603ea03 + 6bc8804 commit 4f52c3dCopy full SHA for 4f52c3d
Jenkinsfile
@@ -102,7 +102,7 @@ pipeline {
102
steps{
103
script{
104
env.EXT_RELEASE = sh(
105
- script: '''curl -s https://pypi.python.org/pypi/${EXT_PIP}/json |jq -r '. | .info.version' ''',
+ script: '''curl -sL https://pypi.python.org/pypi/${EXT_PIP}/json |jq -r '. | .info.version' ''',
106
returnStdout: true).trim()
107
env.RELEASE_LINK = 'https://pypi.python.org/pypi/' + env.EXT_PIP
108
}
0 commit comments