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 fb91ceb45d - Show all commits

8
Jenkinsfile vendored
View File

@@ -1,11 +1,13 @@
pipeline { pipeline {
agent { dockerfile true } agent { dockerfile true }
environment {
REGISTRY_CREDENTIALS = credentials('registry-credentials-id')
}
stages { stages {
environment {
REGISTRY_CREDENTIALS = credentials('registry-credentials-id')
}
stage('Installation') { stage('Installation') {
steps { steps {
echo "start Installation" echo "start Installation"