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

6
Jenkinsfile vendored
View File

@@ -1,6 +1,5 @@
pipeline { node {
agent any
stages {
stage('Installation') { stage('Installation') {
steps { steps {
echo "start Installation" echo "start Installation"
@@ -30,5 +29,4 @@ pipeline {
} }
} }
} }
}
} }