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 03e80e9 + bd37b2c commit 1813b3dCopy full SHA for 1813b3d
devops/aws-codebuild/Jenkinsfile.cd
@@ -20,7 +20,7 @@ LIBINDY_VERSION = "1.12.0-96"
20
21
def downloadPackagingUtils() {
22
git branch: sovrinPackagingBranch, credentialsId: gitHubUserCredId, url: sovrinPackagingRepo
23
- sh "pip3 install -U plumbum deb-pkg-tools"
+ sh "pip3 install -U plumbum==1.6.7 deb-pkg-tools six==1.12.0"
24
}
25
26
// TODO set proper labels
0 commit comments