script fix
This commit is contained in:
parent
51921783f2
commit
1aece3e728
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
@ -1,8 +1,6 @@
|
|||||||
pipeline {
|
node {
|
||||||
agent any
|
|
||||||
stages {
|
|
||||||
stage('Preparation') {
|
stage('Preparation') {
|
||||||
steps{
|
|
||||||
properties([
|
properties([
|
||||||
parameters([
|
parameters([
|
||||||
string(defaultValue: 'karopa',
|
string(defaultValue: 'karopa',
|
||||||
@ -16,10 +14,9 @@ pipeline {
|
|||||||
])
|
])
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
}
|
|
||||||
}
|
}
|
||||||
stage('Clone repo') {
|
stage('Clone repo') {
|
||||||
steps{
|
|
||||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}"]){
|
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}"]){
|
||||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s434765/ium_434765']]])
|
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s434765/ium_434765']]])
|
||||||
sh 'chmod 777 get_data_simple.sh'
|
sh 'chmod 777 get_data_simple.sh'
|
||||||
@ -30,6 +27,4 @@ pipeline {
|
|||||||
archiveArtifacts data_train
|
archiveArtifacts data_train
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user