DATAJPA-1545 - Polishing.

This commit is contained in:
Greg Turnquist
2019-05-28 11:54:54 -05:00
parent d220a0a144
commit 40e6b77821

4
Jenkinsfile vendored
View File

@@ -130,7 +130,7 @@ pipeline {
}
steps {
sh "USERNAME=${ARTIFACTORY_USR} PASSWORD=${ARTIFACTORY_PSW} PROFILE=ci,snapshot ci/build.sh"
sh "USERNAME=${ARTIFACTORY_USR} PASSWORD=${ARTIFACTORY_PSW} ./mvnw -Pci,snapshot -DskipTests=true clean deploy -B"
}
}
stage('Release to artifactory with docs') {
@@ -149,7 +149,7 @@ pipeline {
}
steps {
sh "USERNAME=${ARTIFACTORY_USR} PASSWORD=${ARTIFACTORY_PSW} PROFILE=ci,snapshot ci/build.sh"
sh "USERNAME=${ARTIFACTORY_USR} PASSWORD=${ARTIFACTORY_PSW} ./mvnw -Pci,snapshot -DskipTests=true clean deploy -B"
}
}
}