Skip to content

Instantly share code, notes, and snippets.

@jasdeepkhalsa
Last active July 10, 2019 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasdeepkhalsa/3447c01ac69b8e099187c035443f4d81 to your computer and use it in GitHub Desktop.
Save jasdeepkhalsa/3447c01ac69b8e099187c035443f4d81 to your computer and use it in GitHub Desktop.
Adding a stage into a Jenkins file
stage('Lint') {
steps {
sh 'npm run lint'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment