Usuń 'Jenkinsfile'

This commit is contained in:
Jan Przybylski 2020-11-23 11:59:18 +01:00
parent 82052b9946
commit da58aed912

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