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