Commit e3ca2354 authored by Francisco-Javier Ramon Salguero's avatar Francisco-Javier Ramon Salguero
Browse files

Added DockerHub ID to push images

parent 921aec1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {