This commit is contained in:
parent
3dfc1beec8
commit
6ff6d7996a
@ -2,10 +2,20 @@ pipeline {
|
||||
agent {
|
||||
dockerfile true
|
||||
}
|
||||
parameters{
|
||||
string(
|
||||
defaultValue: '16',
|
||||
description: 'batch size',
|
||||
name: 'BATCH_SIZE'
|
||||
)
|
||||
string(
|
||||
defaultValue: '15',
|
||||
description: 'epochs',
|
||||
name: 'EPOCHS'
|
||||
)
|
||||
stages {
|
||||
stage('checkout') {
|
||||
steps {
|
||||
git 'https://git.wmi.amu.edu.pl/s434766/ium_434766.git'
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's434766-create-dataset'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user