master- Sync Repo

This commit is contained in:
Mali Bayhan 2021-12-10 11:37:31 -08:00
parent 11a5d2b83a
commit be6e4e4f55

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ pipeline {
}
}
steps {
git 'https://github.com/mabayhan/sonarqubejava'
git 'https://forge.bayhan.ca/mali/sonarqubejava'
sh 'mvn -Dmaven.test.failure.ignore=true clean package'
}