Added git

This commit is contained in:
Jeff Baskin 2022-03-23 11:21:19 -04:00
parent 8f8b412592
commit 8675acb8ee

2
Jenkinsfile vendored
View File

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