This repository has been archived by the owner on May 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
WIP : refactor jenkinsfile with new npm targets #2364
Closed
Closed
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
661efe4
keep only relative stuff in jenkinsfile.
pranavgore09 67f116f
fix npm install command
pranavgore09 b70361f
reorder commands
pranavgore09 9cdd2ed
no need to export API_URL and func tests are always in "inmemory" mod…
pranavgore09 ed271ff
introduce an error to make fabric8-ui build fail
pranavgore09 38570bf
keep '/usr/bin/Xvfb :99 -screen 0 1440x900x24 &` in Jenkinsfile.
pranavgore09 6d08bc9
Keep func-tests in jenkins for now.
pranavgore09 e422ac3
format groovy
pranavgore09 1e5d6ac
missing closing bracket
pranavgore09 6dcbaa6
facing error for cache clean -
pranavgore09 2613e6b
remove new module
pranavgore09 bddce4e
Merge remote-tracking branch 'upstream/master' into clean-jenkinsfile
pranavgore09 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,9 @@ | |
"clean:all": "gulp clean:all", | ||
"reinstall": "rimraf node_modules && npm --force cache clean && npm install", | ||
"test:unit": "gulp test:unit", | ||
"semantic-release": "semantic-release pre && gulp build && cp -r .git dist && npm publish dist/ && semantic-release post" | ||
"semantic-release": "semantic-release pre && gulp build && cp -r .git dist && npm publish dist/ && semantic-release post", | ||
"build-planner": "npm install && npm run build && npm pack dist/", | ||
"unit-test": "npm run test:unit" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What is the difference between |
||
}, | ||
"license": "Apache-2.0", | ||
"contributors": [ | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You haven't changed anything but making it more opaque. I do NOT think this is good.