feature/Feature-1 #4

Merged
jakub merged 39 commits from feature/Feature-1 into master 2021-10-20 15:40:59 +00:00
Showing only changes of commit 9dd4d5d138 - Show all commits

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