Commit 11202cf9 authored by garciadeblas's avatar garciadeblas
Browse files

Merge branch 'ramonsalguer-master-patch-00001' into 'master'

Added DockerHub ID to push images

See merge request !7
parents 921aec1c e3ca2354
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 {