|
@@ -49,7 +49,7 @@ pipeline {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
steps {
|
|
steps {
|
|
|
- sh 'make compile_full'
|
|
|
|
|
|
|
+ sh 'make clean compile_full'
|
|
|
// replace the build number placeholder for sentry
|
|
// replace the build number placeholder for sentry
|
|
|
sh 'node_modules/.bin/grunt version'
|
|
sh 'node_modules/.bin/grunt version'
|
|
|
}
|
|
}
|