diff --git a/jenkins file b/jenkins file new file mode 100644 index 000000000..a7936625d --- /dev/null +++ b/jenkins file @@ -0,0 +1,14 @@ +pipeline { + agent any + + stages { + stage('git') { + } + stage('build') { + } + stage('install') { + } + stage ('deploy') { + } + } + }