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 6e5f8e5 commit 1be31d6Copy full SHA for 1be31d6
scripts/deploy.groovy
@@ -1,5 +1,5 @@
1
node {
2
- git branch: 'master', url: 'https://github.com/code-troopers/website'
+ git branch: 'master', url: 'git@github.com:code-troopers/website.git'
3
docker.build('website-node').inside(){
4
sh 'rm -rf node_modules && ln -s /usr/src/app/node_modules node_modules'
5
sh 'npm run jenkins.prebuild'
0 commit comments