1
0
Fork 0

Report installed packages

This commit is contained in:
Mikhail Goncharov 2019-12-13 09:43:07 +01:00 committed by GitHub
parent 9f9ea61930
commit 52547e42a3
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"){