Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

WIP : refactor jenkinsfile with new npm targets #2364

Closed
wants to merge 12 commits into from

Commits on Dec 13, 2017

  1. keep only relative stuff in jenkinsfile.

    abstract build steps from jenkins.
    pranavgore09 committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    661efe4 View commit details
    Browse the repository at this point in the history
  2. fix npm install command

    pranavgore09 committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    67f116f View commit details
    Browse the repository at this point in the history
  3. reorder commands

    pranavgore09 committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    b70361f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. no need to export API_URL and func tests are always in "inmemory" mod…

    …e so no need to export that as well.
    pranavgore09 committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    9cdd2ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed271ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38570bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d08bc9 View commit details
    Browse the repository at this point in the history
  5. format groovy

    pranavgore09 committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    e422ac3 View commit details
    Browse the repository at this point in the history
  6. missing closing bracket

    pranavgore09 committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    1e5d6ac View commit details
    Browse the repository at this point in the history
  7. facing error for cache clean -

    npm ERR! As of npm@5, the npm cache self-heals from corruption issues and data extracted from the cache is guaranteed to be valid. If you want to make sure everything is consistent, use 'npm cache verify' instead.
    npm ERR!
    npm ERR! If you're sure you want to delete the entire cache, rerun this command with --force.
    pranavgore09 committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    6dcbaa6 View commit details
    Browse the repository at this point in the history
  8. remove new module

    pranavgore09 committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    2613e6b View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Configuration menu
    Copy the full SHA
    bddce4e View commit details
    Browse the repository at this point in the history