mirror of
https://github.com/zontreck/AutoMoneyPlugin
synced 2025-06-19 02:13:55 +00:00
Switch to maven
This commit is contained in:
parent
1981ef4276
commit
ee6a359895
12 changed files with 160 additions and 742 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -14,15 +14,14 @@ pipeline {
|
|||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
chmod +x gradlew
|
||||
./gradlew clean build release
|
||||
mvn clean package
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: 'build/libs/*.jar'
|
||||
archiveArtifacts artifacts: 'target/*.jar'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue