Skip to content

Instantly share code, notes, and snippets.

View zhadowz99's full-sized avatar

Ahmad Krisnanda zhadowz99

  • Telkom Indonesia
  • Karawang
View GitHub Profile
@loverde
loverde / Jenkinsfile
Last active May 26, 2020 11:37 — 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 {
}
@PurpleBooth
PurpleBooth / README-Template.md
Last active September 22, 2024 04:13
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