try InputLayer

This commit is contained in:
jakubknczny 2021-05-15 21:23:07 +02:00
parent 5e9468dfa6
commit da439785c7

View File

@ -15,13 +15,17 @@ pipeline {
cp ./lab5/eval/script.sh .
cp ./lab5/eval/eval.py .
cp ./lab5/eval/requirements.txt .
rm grid-stability-dense.h5
'''
}
}
stage('docker') {
agent { dockerfile true }
stages {
stage('rm') {
steps {
sh 'rm grid-stability-dense.h5'
}
}
stage('copyArtifacts') {
steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's470607-create-dataset', selector: buildParameter('BUILD_SELECTOR')
@ -31,6 +35,7 @@ pipeline {
stage('ls') {
steps {
sh '''
rm grid-stability-dense.h5
chmod +x script.sh
ls -lah
./script.sh