added sh commands
This commit is contained in:
parent
2c40f07fe1
commit
4ddf9c5396
@ -13,7 +13,6 @@ pipeline{
|
||||
steps {
|
||||
checkout scmGit(
|
||||
branches: [[name: '*/master']],
|
||||
extensions: [cleanBeforeCheckout()],
|
||||
userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s458023/ium_458023.git']]
|
||||
)
|
||||
}
|
||||
@ -42,5 +41,8 @@ pipeline{
|
||||
}
|
||||
}
|
||||
}
|
||||
sh './wines_train.py
|
||||
sh 'predict.py'
|
||||
archiveArtifacts 'my_runs/**'
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user