Skip to content

Commit

Permalink
Merge pull request #257 from Knowledge-Graph-Hub/jenkins_update
Browse files Browse the repository at this point in the history
More fixes to update the Jenkins run
  • Loading branch information
caufieldjh authored Sep 30, 2024
2 parents ad4d778 + 46084ae commit c1a3f0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline {
agent {
docker {
reuseNode false
image 'caufieldjh/kg-hub-3_10:1'
image 'caufieldjh/kg-hub-3_10:2'
}
}
triggers{
Expand Down Expand Up @@ -62,7 +62,6 @@ pipeline {
sh '/usr/bin/python3.10 -m venv venv'
sh '. venv/bin/activate'
sh './venv/bin/pip install .'
sh './venv/bin/pip install awscli pystache boto3 s3cmd multi-indexer'
}
}
}
Expand Down Expand Up @@ -258,4 +257,4 @@ pipeline {
}
}

}
}

0 comments on commit c1a3f0e

Please sign in to comment.