Update Jenkinsfile

Changed the name of the project
This commit is contained in:
Miriam Baglioni 2024-06-27 12:27:59 +02:00
parent 816dc5c419
commit 2b3a65cdd6
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
label 'docker'
}
environment {
imagename = "scilake/catalogue-ui"
imagename = "external-services/intelcomp_intelcomp-catalogue-ui"
hubname = "hub.dev.d4science.org"
registryUrl = "https://hub.dev.d4science.org"
registryCredential = 'harbor-dev-external-services'