Delete Jenkinsfile

This commit is contained in:
yraji07 2023-03-09 15:17:54 +05:30 committed by GitHub
parent b80368dd40
commit 6b14c81d63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
Jenkinsfile vendored
View file

@ -1,10 +0,0 @@
pipeline {
agent { label 'SPC'}
stages {
stage(Build) {
steps {
sh 'mvn --version'
}
}
}
}