This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -10,6 +10,8 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
echo "Running ${env.BUILD_ID} on ${env.JENKINS_URL}"
|
echo "Running ${env.BUILD_ID} on ${env.JENKINS_URL}"
|
||||||
echo 'Building..'
|
echo 'Building..'
|
||||||
|
sh 'ls -la /var/lib'
|
||||||
|
sh 'whoami'
|
||||||
sh 'docker info'
|
sh 'docker info'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user