Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Commit fda45f8

Browse files
author
Tomasz Bialecki
committed
jenkins build scripts enhanced
1 parent 57567d0 commit fda45f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

jenkins-build-sonar.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
22
npm install
3+
gulp clean
34
gulp build:ci
45
gulp sonar --login $1 --password $2

jenkins-build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/bash
22
npm install
3+
gulp clean
34
gulp build:ci

0 commit comments

Comments
 (0)