diff --git a/Jenkinsfile b/Jenkinsfile index 787b855..99e687c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,6 +10,8 @@ pipeline { steps { echo "Running ${env.BUILD_ID} on ${env.JENKINS_URL}" echo 'Building..' + sh 'ls -la /var/lib' + sh 'whoami' sh 'docker info' } }