diff --git a/Jenkinsfile b/Jenkinsfile index 9f5c8b6..2a53e04 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { def packageJson = readJSON file: 'package.json' env.VERSION = packageJson.version } - sh 'docker login --username $CREDS_USR --password $CREDS_PSW $REGISTRY' + sh 'docker login --username $CREDENTIALS_USR --password $CREDENTIALS_PSW $REGISTRY' sh 'docker-compose push' } }