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 abbd80a commit 40ec973Copy full SHA for 40ec973
scripts/deploy.groovy
@@ -1,5 +1,5 @@
1
node {
2
- git branch: 'feature/hugoDelire', url: 'https://github.com/code-troopers/website'
+ git branch: 'master', url: 'https://github.com/code-troopers/website'
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