Skip to content

Instantly share code, notes, and snippets.

@ameersami
ameersami / Jenkinsfile
Last active October 30, 2020 05:25
Jenkinsfile for the ci cd repo
#!/bin/groovy
pipeline {
agent any
tools {
nodejs 'recent node'
}
stages {
stage('Prepare') {
steps {
script {