Merge pull request #82 from google/metaflow-patch-1
Report installed packages
This commit is contained in:
commit
9006793c2e
1 changed files with 4 additions and 0 deletions
4
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
4
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -44,6 +44,10 @@ pipeline {
|
||||||
currentBuild.displayName += " D${drev_id}"
|
currentBuild.displayName += " D${drev_id}"
|
||||||
currentBuild.description = "<a href='https://reviews.llvm.org/D${drev_id}'>D${drev_id}</a>"
|
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"){
|
stage("git checkout"){
|
||||||
|
|
Loading…
Reference in a new issue