Skip to content

Instantly share code, notes, and snippets.

View arehmandev's full-sized avatar
🎯
Focusing

Abdul Rehman arehmandev

🎯
Focusing
  • Freelance
  • London, UK
View GitHub Profile
For mac add this to your keymap.cson:
'.platform-darwin':
'cmd-alt-l': 'tree-view:toggle-focus'
Now press cmd-alt-l and watch the magic.
1. Setup a project
2. Add groovy SDK support:
https://www.bonusbits.com/wiki/HowTo:Add_Groovy_SDK_to_IntelliJ_IDEA
3. Download http://(yourjenkinsurl)/job/(yourpipelinejob)/pipeline-syntax/gdsl
- this will give you the .gdsl file - download this to the src folder of your project.
4. Finally follow this step - right click on the src folder -> Mark directory as -> Sources Root
@arehmandev
arehmandev / Jenkinsfile
Created April 12, 2017 10:10 — forked from chinshr/Jenkinsfile
Best of Jenkinsfile, a collection of useful workflow scripts ready to be copied into your Jenkinsfile on a per use basis.
#!groovy
# Best of Jenkinsfile
# `Jenkinsfile` is a groovy script DSL for defining CI/CD workflows for Jenkins
node {
}
gem list
*** LOCAL GEMS ***
addressable (2.5.1)
aws-sdk (2.7.16)
aws-sdk-core (2.7.16)
aws-sdk-resources (2.7.16)
aws-sigv4 (1.0.0)
berkshelf (5.6.4)