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
|
||||
}
|
||||
|
||||
parameters{
|
||||
string(
|
||||
defaultValue: '5',
|
||||
description: 'Epoch number',
|
||||
name: 'EPOCH_NUMBER'
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
|
||||
stages {
|
||||
stage('Copy') {
|
||||
steps {
|
||||
copyArtifacts projectName: 's444354-create-dataset'
|
||||
sh 'ls -la'
|
||||
sh 'echo $EPOCH_NUMBER'
|
||||
sh 'python3 ./pytorch/pytorch.py $EPOCH_NUMBER'
|
||||
sh 'python3 ./pytorch/pytorch.py'
|
||||
}
|
||||
}
|
||||
stage('Archive') {
|
||||
|
Loading…
Reference in New Issue
Block a user