Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Sep 22, 2024
1 parent 2288616 commit dfe618d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile → .jenkins/Jenkinsfile_LINUX
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ withCredentials([string(credentialsId: 'PIPELINES_REPO', variable: 'checkout_url
)
}

pipeline_github_igfd()
pipeline_github_igfd("LINUX")
14 changes: 14 additions & 0 deletions .jenkins/Jenkinsfile_WINDOWS
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("WINDOWS")

0 comments on commit dfe618d

Please sign in to comment.