no usage for epochs parameter
This commit is contained in:
parent
c4b1a8f60e
commit
c785c6d147
12
Jenkinsfile3
12
Jenkinsfile3
@ -3,22 +3,14 @@ pipeline {
|
|||||||
dockerfile true
|
dockerfile true
|
||||||
}
|
}
|
||||||
|
|
||||||
parameters{
|
|
||||||
string(
|
|
||||||
defaultValue: '5',
|
|
||||||
description: 'Epoch number',
|
|
||||||
name: 'EPOCH_NUMBER'
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Copy') {
|
stage('Copy') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts projectName: 's444354-create-dataset'
|
copyArtifacts projectName: 's444354-create-dataset'
|
||||||
sh 'ls -la'
|
sh 'python3 ./pytorch/pytorch.py'
|
||||||
sh 'echo $EPOCH_NUMBER'
|
|
||||||
sh 'python3 ./pytorch/pytorch.py $EPOCH_NUMBER'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Archive') {
|
stage('Archive') {
|
||||||
|
Loading…
Reference in New Issue
Block a user