This commit is contained in:
parent
c514fce4bc
commit
c6e97633ef
@ -17,7 +17,7 @@ node {
|
||||
|
||||
}
|
||||
stage('Clone repo') {
|
||||
/*try {*/ docker.image("karopa/ium:26").inside {
|
||||
/*try {*/ docker.image("karopa/ium:27").inside {
|
||||
stage('Test') {
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s434765/ium_434765']]])
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's434765-create-dataset', selector: buildParameter("BUILD_SELECTOR")
|
||||
|
@ -106,4 +106,4 @@ def my_main(epochs_amount):
|
||||
|
||||
|
||||
ex.run()
|
||||
ex.add_artifact("model")
|
||||
ex.add_artifact("model/saved_model.pb")
|
Loading…
Reference in New Issue
Block a user