Skip to content

Commit 388895f

Browse files
Create Jenkins.cbci for CL CBCI onboarding (#95)
1 parent 69d9280 commit 388895f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Jenkins.cbci

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
@Library(['PSL@LKG']) _
2+
3+
library identifier: 'cBuild_PSL@main', retriever: modernSCM([
4+
$class: 'GitSCMSource',
5+
remote: 'https://git.autodesk.com/ContinuousLocalization/PSL_cBuild.git',
6+
credentialsId: 'L10NCBCI-github-app-psl-ContinuousLocalization',
7+
])
8+
9+
devRepoParameters("DynamoTuneUp")
10+
11+
node("cl-prd-azure-dynamic-win-vm") {
12+
cleanWs()
13+
devRepo()
14+
}

0 commit comments

Comments
 (0)