Merge pull request 'Removing Jenkinsfile' () from dev into main

Reviewed-on: 
This commit is contained in:
2022-04-24 08:17:16 -04:00

21
Jenkinsfile vendored

@@ -1,21 +0,0 @@
pipeline {
agent any
stages {
stage('Build') {
steps {
echo 'Building..'
}
}
stage('Test') {
steps {
echo 'Testing..'
}
}
stage('Deploy') {
steps {
echo 'Deploying....'
}
}
}
}