Jenkins file again.

This commit is contained in:
Jeff Baskin 2022-03-23 11:40:47 -04:00
parent 8675acb8ee
commit fc1d87f5f6

1
Jenkinsfile vendored
View File

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