From: Francisco-Javier Ramón Salguero Date: Thu, 1 Oct 2020 08:35:25 +0000 (+0200) Subject: Added DockerHub ID to push images X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=e3ca23541e299da0ae0559c75b78f80556baeee4;p=osm%2Fdocker-api-fe.git Added DockerHub ID to push images --- diff --git a/Jenkinsfile b/Jenkinsfile index f46a6e9..daf21e6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ def dockerImage pipeline { environment { imagename = "opensourcemano/api-fe" - registryCredential = '' // To be updated with an explicit ID + registryCredential = 'dockerhub' } agent any stages {