forked from Zakaria/ZenProject
fix: adding Jenkinsfile
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
// This runs the Maven test phase
|
||||
sh 'mvn test'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user