Skip to content

Commit

Permalink
feat: add more languages support
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 19, 2020
1 parent 6373b65 commit 86f08d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"node_modules/prismjs/prism.js",
"node_modules/prismjs/components/prism-javascript.min.js",
"node_modules/prismjs/components/prism-java.min.js",
"node_modules/prismjs/components/prism-python.min.js"
"node_modules/prismjs/components/prism-python.min.js",
"node_modules/prismjs/components/prism-gherkin.min.js",
"node_modules/prismjs/components/prism-groovy.min.js"
]
},
"configurations": {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/docs/practise.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Jenkinsfile 最佳实践(来源:《[Pipeline Best Practices](https://jenkins

示例(来源《[流水线即代码](https://insights.thoughtworks.cn/pipeline-as-code/)》:

```
```groovy
node('master') {
stage('Checkout') {…}
stage('Code Analysis') {…}
Expand Down

0 comments on commit 86f08d1

Please sign in to comment.