Skip to content

Instantly share code, notes, and snippets.

View jamalx31's full-sized avatar

Jamal Mashal jamalx31

View GitHub Profile
@jamalx31
jamalx31 / Jenkinsfile
Created June 29, 2020 16:01
A pipeline template to automate app deployments
pipeline {
agent any
options {
// timeout(time: 60, unit: 'MINUTES')
}
parameters {
// choice(name: 'update', choices: ['PATCH', 'MINOR', 'MAJOR'], description: 'Increasing version major.minor.patch')
}
environment {