There was an error while loading. Please reload this page.
1 parent 1f49f83 commit cf5d0edCopy full SHA for cf5d0ed
1 file changed
Jenkinsfile
@@ -72,7 +72,7 @@ up the autoformatter locally. (Check console output at ${env.BUILD_URL})
72
recipientProviders: [[$class: 'RequesterRecipientProvider']],
73
to: env.CHANGE_AUTHOR_EMAIL)
74
sh '''
75
- git add -u src
+ git add -u stan test
76
git commit -m "[Jenkins] auto-formatting by `clang-format --version`"
77
'''
78
gitPush(gitScm: scmGit(
0 commit comments