We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d9280 commit 388895fCopy full SHA for 388895f
Jenkins.cbci
@@ -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