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
1 merge request!1Add Jenkinsfile for Pipeline
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