We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e38244 commit 360f03eCopy full SHA for 360f03e
Jenkinsfile
@@ -49,7 +49,7 @@ pipeline {
49
stage('Apply site patches') {
50
steps {
51
dir('gluon') {
52
- sh 'git am site/patches/*'
+ sh 'git am site/patches/* --committer-date-is-author-date'
53
}
54
55
0 commit comments