fix jenkinsfile
This commit is contained in:
parent
7f69edff5f
commit
cb42ed2ed2
|
|
@ -34,7 +34,7 @@ pipeline {
|
||||||
|
|
||||||
stage('Maven package') {
|
stage('Maven package') {
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn -B clean package'
|
sh 'mvn -B clean package verify'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -53,8 +53,8 @@ pipeline {
|
||||||
|
|
||||||
archiveArtifacts artifacts: "pfsdn-${VERSION}.tar.gz", fingerprint: true
|
archiveArtifacts artifacts: "pfsdn-${VERSION}.tar.gz", fingerprint: true
|
||||||
|
|
||||||
echo "Saving pfapp artifact target/${VERSION}.pfapp"
|
echo "Saving pfapp artifact ${VERSION}.pfapp"
|
||||||
archiveArtifacts artifacts: "target/${VERSION}.pfapp", fingerprint: true
|
archiveArtifacts artifacts: "launcher/target/${VERSION}.pfapp", fingerprint: true
|
||||||
|
|
||||||
echo "TODO: deploy ${VERSION}.pfapp to repository (not implemented yet)"
|
echo "TODO: deploy ${VERSION}.pfapp to repository (not implemented yet)"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue