We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd2e80 commit f16f7dbCopy full SHA for f16f7db
assets/ci-config
@@ -60,14 +60,14 @@ builds.Test = {
60
sh label: "Analyze Complexity", script: './assets/ci.sh --target=analyze-complexity'
61
}
62
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
63
- sh label: "Analyze Shellscripts", script: './assets/ci.sh--target=analyze-shellscript'
+ sh label: "Analyze Shellscripts", script: './assets/ci.sh --target=analyze-shellscript'
64
65
66
- sh label: "Code Statistics", script: '../assets/ci.sh --target=stats'
+ sh label: "Code Statistics", script: './assets/ci.sh --target=stats'
67
68
69
70
71
72
parallel builds
73
-deploy.call()
+deploy.call()
0 commit comments