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

Reviewed-on: #23
This commit is contained in:
Stephen Vanderwarker 2022-04-24 08:17:16 -04:00
commit eb4d9d6b7c
1 changed files with 0 additions and 21 deletions

21
Jenkinsfile vendored
View File

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