Skip to content

Commit

Permalink
Add vars to jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ieuanb74 committed May 7, 2024
1 parent 8574d43 commit f789462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -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) {}

0 comments on commit f789462

Please sign in to comment.