Added DockerHub ID to push images
authorFrancisco-Javier Ramón Salguero <javier.ramon@telefonica.com>
Thu, 1 Oct 2020 08:35:25 +0000 (10:35 +0200)
committerFrancisco-Javier Ramón Salguero <javier.ramon@telefonica.com>
Thu, 1 Oct 2020 08:35:25 +0000 (10:35 +0200)
Jenkinsfile

index f46a6e9..daf21e6 100644 (file)
@@ -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 {