Skip to content

Commit

Permalink
ZFIN-9470 Fix Jenkins jobs on Franklin (#1262)
Browse files Browse the repository at this point in the history
* upgrade alliance library

* ZFIN-9470 fix jenkins job command

* ZFIN-9470 fix jenkins job artifact

* fix typo
  • Loading branch information
cmpich authored Dec 16, 2024
1 parent cd29818 commit 03332e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ dependencies {
implementation group: 'javax.servlet', name: 'jstl', version: '1.2'
implementation group: 'taglibs', name: 'standard', version: '1.1.2'

implementation files('home/WEB-INF/lib/agr_curation_api-v0.35.0.jar')
implementation files('home/WEB-INF/lib/agr_curation_api-v0.36.0-rc1.jar')
implementation files('home/WEB-INF/lib/patricia-trie-0.2.jar')
implementation files('home/WEB-INF/lib/confluence-soap-v2.jar')
implementation files('home/WEB-INF/lib/cvu.jar')
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<customWorkspace>$TARGETROOT</customWorkspace>
<builders>
<hudson.tasks.Shell>
<command>cd $SOURCEROOT &amp;&amp; gradle runMeshChebiGenerator</command>
<command>cd $SOURCEROOT &amp;&amp; gradle runMeshChebiGenerator -PJobName=Load-Mesh-Chebi-Mapping</command>
</hudson.tasks.Shell>
</builders>
<buildWrappers>
Expand Down
4 changes: 2 additions & 2 deletions server_apps/jenkins/jobs/Load-Signafish_w/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</hudson.tasks.Ant> </builders>
<publishers>
<hudson.tasks.ArtifactArchiver>
<artifacts>server_apps/data_transfer/Signafish/*.html</artifacts>
<artifacts>server_apps/DB_maintenance/report_data/Load-Signafish_w/*.html</artifacts>
<latestOnly>false</latestOnly>
<allowEmptyArchive>false</allowEmptyArchive>
</hudson.tasks.ArtifactArchiver>
Expand All @@ -34,7 +34,7 @@
<email>
<recipientList>@FAILURE-RECIPIENT-LIST@</recipientList>
<subject>$PROJECT_DEFAULT_SUBJECT</subject>
<body>${FILE,path=&quot;$TARGETROOT/server_apps/data_transfer/Signafish/signafish-report.html&quot;}
<body>${FILE,path=&quot;$TARGETROOT/server_apps/DB_maintenance/report_data/Load-Signafish_w/signafish-report.html&quot;}

See report on Jenkins dashboard: &lt;a href=&quot;${BUILD_URL}&quot;&gt;${BUILD_URL}&lt;/a&gt;
</body>
Expand Down

0 comments on commit 03332e2

Please sign in to comment.