Update 'Jenkinsfile'

This commit is contained in:
Wojciech Mikołajski 2023-04-14 03:45:37 +02:00
parent 62d9f95d94
commit 9cab4339d1

6
Jenkinsfile vendored
View File

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