diff --git a/Jenkinsfile b/Jenkinsfile index eba2505..ccd1d96 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,11 +1,13 @@ pipeline { agent { dockerfile true } + + environment { + REGISTRY_CREDENTIALS = credentials('registry-credentials-id') + } stages { - environment { - REGISTRY_CREDENTIALS = credentials('registry-credentials-id') - } + stage('Installation') { steps { echo "start Installation"