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