| commit | e3ca23541e299da0ae0559c75b78f80556baeee4 | [log] [tgz] |
|---|---|---|
| author | Francisco-Javier Ramón Salguero <javier.ramon@telefonica.com> | Thu Oct 01 10:35:25 2020 +0200 |
| committer | Francisco-Javier Ramón Salguero <javier.ramon@telefonica.com> | Thu Oct 01 10:35:25 2020 +0200 |
| tree | 4974828f2b616c80cd6981c9107dc0870a33e015 | |
| parent | 921aec1c8ef1e5f620f0bf105f5f071686e95d22 [diff] [blame] |
Added DockerHub ID to push images
diff --git a/Jenkinsfile b/Jenkinsfile index f46a6e9..daf21e6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -3,7 +3,7 @@ pipeline { environment { imagename = "opensourcemano/api-fe" - registryCredential = '' // To be updated with an explicit ID + registryCredential = 'dockerhub' } agent any stages {