Skip to content
Snippets Groups Projects
Commit 8812f40f authored by grunewal's avatar grunewal
Browse files

Add Jenkinsfile for Pipeline

parent 7c9d459c
No related branches found
No related tags found
No related merge requests found
Pipeline #1197 failed
node{
stage('SCM Checkout'){
git 'https://lab.it.hs-hannover.de/htf-cmh/vis_buildserver_gitlabci_demo'
}
stage('Compile-Package'){
sh 'mvn package'
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment