Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjohnwright authored Dec 1, 2023
1 parent 32935fa commit 2035eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pipeline{
script{
sh "mv logs/sbml-exporter.log ."
def dataFiles = ["all_species.3.1.sbml.tgz", "homo_sapiens.3.1.sbml.tgz"]
def logFiles = ["sbml-export.log"]
def logFiles = ["sbml-exporter.log"]
def foldersToDelete = ["${env.OUTPUT_FOLDER}"]
utils.cleanUpAndArchiveBuildFiles("sbml_exporter", dataFiles, logFiles, foldersToDelete)
}
Expand Down

0 comments on commit 2035eda

Please sign in to comment.