Removing Jenkinsfile

This commit is contained in:
Stephen Vanderwarker 2022-04-24 08:15:22 -04:00
parent daa7c076f0
commit 62c97f9f78
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....'
}
}
}
}