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 74162d1 commit d9da65dCopy full SHA for d9da65d
scripts/deploy.groovy
@@ -15,7 +15,7 @@ node {
15
16
node {
17
docker.build('website-node').inside('-v /var/jenkins_home/.ssh:/root/.ssh') {
18
- sh 'git config --global user.email "[email protected]" && git config --global user.name "Jenkins"'
+ sh 'git config user.email "[email protected]" && git config user.name "Jenkins"'
19
sh 'rm -rf node_modules && ln -s /usr/src/app/node_modules node_modules'
20
sh 'npm run jenkins.postbuild'
21
sh 'npm run jenkins.deploy'
0 commit comments