Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Sep 7, 2024
1 parent f88a148 commit 2288616
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
withCredentials([string(credentialsId: 'PIPELINES_REPO', variable: 'checkout_url')]) {
library(
identifier: 'origin@master',
retriever: modernSCM(
[
$class: 'GitSCMSource',
remote: checkout_url,
credentialsId: 'CHECKOUT_TOKEN'
]
)
)
}

pipeline_github_igfd()

0 comments on commit 2288616

Please sign in to comment.