fix2
This commit is contained in:
parent
a3c7c6f2f3
commit
73b4e0e515
@ -9,7 +9,6 @@ pipeline {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
}
|
|
||||||
stage('Run Script') {
|
stage('Run Script') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
@ -24,4 +23,5 @@ pipeline {
|
|||||||
archiveArtifacts 'cifar_net.pth'
|
archiveArtifacts 'cifar_net.pth'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user