mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-22 10:35:42 +01:00
maven test
This commit is contained in:
parent
104950c98c
commit
141861daa3
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -51,6 +51,7 @@ pipeline {
|
||||
) {
|
||||
withCredentials([usernamePassword(credentialsId: 'jenkins-deploy', usernameVariable: 'ORG_GRADLE_PROJECT_mavenUsername', passwordVariable: 'ORG_GRADLE_PROJECT_mavenPassword')]) {
|
||||
sh '''
|
||||
mvn --version && exit #for testing purposes, remove later
|
||||
./gradlew clean build paperclip publish
|
||||
mkdir -p "./target"
|
||||
basedir=$(pwd)
|
||||
|
Loading…
Reference in New Issue
Block a user