1
0
Fork 0

Merge pull request #82 from google/metaflow-patch-1

Report installed packages
This commit is contained in:
Mikhail Goncharov 2019-12-17 10:44:39 +01:00 committed by GitHub
commit 9006793c2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,10 @@ pipeline {
currentBuild.displayName += " D${drev_id}"
currentBuild.description = "<a href='https://reviews.llvm.org/D${drev_id}'>D${drev_id}</a>"
}
// Report versions of the installed packages.
sh 'dpkg -l'
sh 'clang --version'
sh 'python --version'
}
}
stage("git checkout"){