Update 'Jenkinsfile'
This commit is contained in:
parent
501cbed6c1
commit
62d9f95d94
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -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}" ]) {
|
||||
|
Loading…
Reference in New Issue
Block a user