Skip to content

Commit bab8864

Browse files
CCD-7824 Update to Jenkins library 2.4.0 (#626)
* Update Jenkinsfile_CNP * Update Jenkinsfile_nightly * Delete Jenkinsfile_parameterized --------- Co-authored-by: dinesh1patel <74076102+dinesh1patel@users.noreply.github.com>
1 parent cb93c31 commit bab8864

3 files changed

Lines changed: 2 additions & 25 deletions

File tree

Jenkinsfile_CNP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ properties(
55
pipelineTriggers([[$class: 'GitHubPushTrigger']])]
66
)
77

8-
@Library("Infrastructure@cve-dashboard")
8+
@Library("Infrastructure@cve-dashboard-v2")
99

1010
def type = "nodejs"
1111
def product = "ccd"

Jenkinsfile_nightly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ properties([
66
pipelineTriggers([cron('H 08 * * 1-5')])
77
])
88

9-
@Library("Infrastructure")
9+
@Library("Infrastructure@2.4.0")
1010

1111
def type = "nodejs"
1212
def product = "ccd"

Jenkinsfile_parameterized

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)