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 4b1f69ae07 - Show all commits

4
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
pipeline {
agent { dockerfile true }
agent any
environment {
REGISTRY_CREDENTIALS = credentials('registry-credentials-id')
}