Skip to content

Commit

Permalink
use shell rather than groovy syntax for environment variable in jenki…
Browse files Browse the repository at this point in the history
…nsfile-redo
  • Loading branch information
kevinschaper committed Jul 3, 2024
1 parent 76d94f6 commit 1988507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile-redo-solr
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pipeline {
sh '''
mkdir output || true
mkdir data || true
gsutil -q -m cp -r gs://data-public-monarchinitiative/monarch-kg-dev/${env.RELEASE}/* output/
gsutil -q -m cp -r gs://data-public-monarchinitiative/monarch-kg-dev/$RELEASE/* output/
gsutil -q -m cp -r gs://monarch-ingest-data-cache/* data/
ls -lasdf
'''
Expand Down

0 comments on commit 1988507

Please sign in to comment.