Update 'Jenkinsfile'

This commit is contained in:
Wojciech Mikołajski 2023-04-15 05:10:08 +02:00
parent 5d7116ff3d
commit ec1d9920c9

3
Jenkinsfile vendored
View File

@ -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