Update 'Jenkinsfile'

This commit is contained in:
Wojciech Mikołajski 2023-04-14 03:45:19 +02:00
parent 501cbed6c1
commit 62d9f95d94

8
Jenkinsfile vendored
View File

@ -16,7 +16,13 @@ node {
])
])
}
stage('Build') {
stage('checkout: Check out from version control') {
steps {
git branch: 'master',
url: 'https://git.wmi.amu.edu.pl/s487182/ium_s487182'
}
}
stage('sh: Shell Script') {
// Run the maven build
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {