Skip to content

Instantly share code, notes, and snippets.

View zhadowz99's full-sized avatar

Ahmad Krisnanda zhadowz99

  • Telkom Indonesia
  • Karawang
View GitHub Profile
@zhadowz99
zhadowz99 / README-Template.md
Created March 22, 2021 04:30 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@zhadowz99
zhadowz99 / Jenkinsfile
Created February 6, 2018 09:35 — forked from loverde/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 {
}