diff --git a/jenkinsfile b/jenkinsfile index ea54d5b..50d89b8 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -3,9 +3,9 @@ pipeline { tools {nodejs "node 14"} - environment { - DOCKERHUB_CREDENTIALS = credentials('dockerhub-credentials') - } + // environment { + // DOCKERHUB_CREDENTIALS = credentials('dockerhub-credentials') + // } stages { stage('Checkout') {