Skip to content

Commit 2c397c8

Browse files
authored
Update jobs.groovy
1 parent ed823de commit 2c397c8

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

seed-job/jobs.groovy

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
1+
pipelineJob("Cart-CI") {
2+
description('CI-JOB Cart-Service')
3+
definintion{
4+
cpsScm{
5+
scm{
6+
git{
7+
remote{
8+
url("https://github.com/learn2earnSRK/DevopsLearnings.git")
9+
}
10+
branch("*/master")
11+
}
12+
}
13+
scriptpath("Jenkinsfile")
14+
}
15+
}
16+
}
17+
18+
19+
20+
21+
22+

0 commit comments

Comments
 (0)