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

8
Jenkinsfile vendored
View File

@@ -2,10 +2,12 @@ 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"