aaa
Some checks failed
internetmastercz/test/pipeline/head There was a failure building this commit

This commit is contained in:
2021-10-20 02:21:54 +02:00
parent b22eb3d214
commit 9dd4d5d138

2
Jenkinsfile vendored
View File

@@ -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'
}
}