Compare commits

...

2 Commits

Author SHA1 Message Date
eb4d9d6b7c Merge pull request 'Removing Jenkinsfile' (#23) from dev into main
Reviewed-on: #23
2022-04-24 08:17:16 -04:00
62c97f9f78 Removing Jenkinsfile 2022-04-24 08:15:22 -04:00

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....'
}
}
}
}