Update 'Jenkinsfile'
This commit is contained in:
parent
5d7116ff3d
commit
ec1d9920c9
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -17,8 +17,7 @@ node {
|
|||||||
])
|
])
|
||||||
}
|
}
|
||||||
stage('checkout: Check out from version control') {
|
stage('checkout: Check out from version control') {
|
||||||
git branch: 'master',
|
checkout scm
|
||||||
url: 'https://git.wmi.amu.edu.pl/s487182/ium_s487182'
|
|
||||||
}
|
}
|
||||||
stage('sh: Shell Script') {
|
stage('sh: Shell Script') {
|
||||||
// Run the maven build
|
// Run the maven build
|
||||||
|
Loading…
Reference in New Issue
Block a user