script fix
This commit is contained in:
parent
55f34ac23f
commit
4da4bb212a
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -24,10 +24,10 @@ node {
|
|||||||
chmod 777 get_data_simple.sh
|
chmod 777 get_data_simple.sh
|
||||||
./get_data_simple.sh
|
./get_data_simple.sh
|
||||||
'''
|
'''
|
||||||
archiveArtifacts data_dev
|
archiveArtifacts "data_dev"
|
||||||
archiveArtifacts data_shuf
|
archiveArtifacts "data_shuf"
|
||||||
archiveArtifacts data_test
|
archiveArtifacts "data_test"
|
||||||
archiveArtifacts data_train
|
archiveArtifacts "data_train"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user