diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..4ae685f --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,10 @@ +pipeline { + agent any + stages { + stage('Build Project') { + steps { + build "JBunker" + } + } + } +} \ No newline at end of file