This commit is contained in:
Jakub Henyk 2023-05-07 18:07:48 +02:00
parent a3c7c6f2f3
commit 73b4e0e515

View File

@ -9,7 +9,6 @@ pipeline {
)
}
stages {
}
stage('Run Script') {
steps {
script {
@ -24,4 +23,5 @@ pipeline {
archiveArtifacts 'cifar_net.pth'
}
}
}
}
}