diff --git a/Jenkinsfile_CNP b/Jenkinsfile_CNP index 6871d80..a71120c 100644 --- a/Jenkinsfile_CNP +++ b/Jenkinsfile_CNP @@ -3,7 +3,7 @@ @Library("Infrastructure") def type = "java" -def product = "rpe" -def component = "demo" +def product = "labs" +def component = "ieuanb74" withPipeline(type, product, component) {}