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