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

This commit is contained in:
2021-10-20 03:19:38 +02:00
parent 80291dcda0
commit fb91ceb45d

4
Jenkinsfile vendored
View File

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