Added git

This commit is contained in:
Jeff Baskin 2022-03-23 11:21:19 -04:00
parent 8f8b412592
commit 8675acb8ee
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ servepeline {
stages {
stage('Linux Testing') {
steps {
checkout
git(url: "https://gitea.baskinprattle.com/jbaskin/morethantext-web.git")
sh "cargo test"
}
}