Skip to content

Commit

Permalink
testOSGi
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>
  • Loading branch information
maho7791 committed Jan 19, 2024
1 parent 9d120ea commit 3e0d996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pipeline {
}
steps {
echo "I am building on ${env.JOB_NAME}"
sh "./gradlew clean release --info --stacktrace -Dmaven.repo.local=${WORKSPACE}/.m2"
sh "./gradlew clean build release --info --stacktrace -Dmaven.repo.local=${WORKSPACE}/.m2"
sh "mkdir -p $JENKINS_HOME/repo.gecko/snapshot/org.gecko.persistence_gitlab"
sh "rm -rf $JENKINS_HOME/repo.gecko/snapshot/org.gecko.persistence_gitlab/*"
sh "cp -r cnf/release/* $JENKINS_HOME/repo.gecko/snapshot/org.gecko.persistence_gitlab"
Expand Down

0 comments on commit 3e0d996

Please sign in to comment.