Skip to content

Commit

Permalink
updated jenkins pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jchemutt committed Apr 25, 2024
1 parent 6146d6a commit e2d498a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pipeline {
echo "Downloading latest release..."
sshCommand remote: remote, command: """
cd /opt/etlwms
rm -rf src/*
rm -rf src
curl -LOk https://github.com/CIAT-DAPA/lswms_forage_etl/releases/latest/download/releaseForageEtl.zip
unzip -o releaseForageEtl.zip
Expand Down

0 comments on commit e2d498a

Please sign in to comment.