Skip to content

Commit

Permalink
Merge branch 'rajat1401/patch_wiki'
Browse files Browse the repository at this point in the history
  • Loading branch information
daspilker committed Mar 6, 2020
2 parents 6622ab2 + 03a7f8d commit b6d5bef
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions docs/JCasC.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,30 +39,30 @@ You can reference multiple scripts, files, and URLs.
```yml
jobs:
- script: >
job('testJob1') {
scm {
git('git://github.com/quidryan/aws-sdk-test.git')
}
triggers {
scm('H/15 * * * *')
}
steps {
maven('-e clean test')
}
}
job('testJob1') {
scm {
git('git://github.com/quidryan/aws-sdk-test.git')
}
triggers {
scm('H/15 * * * *')
}
steps {
maven('-e clean test')
}
}
- script: >
job('testJob2') {
scm {
git('git://github.com/quidryan/aws-sdk-test.git')
}
triggers {
scm('H/15 * * * *')
}
steps {
maven('-e clean test')
}
}
job('testJob2') {
scm {
git('git://github.com/quidryan/aws-sdk-test.git')
}
triggers {
scm('H/15 * * * *')
}
steps {
maven('-e clean test')
}
}
- file: ./jobdsl/job1.groovy
- file: ./jobdsl/job2.groovy
Expand Down

0 comments on commit b6d5bef

Please sign in to comment.