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

This commit is contained in:
2021-10-20 02:42:59 +02:00
parent 713c5d7409
commit ec9dfcc214

6
Jenkinsfile vendored
View File

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