ci: Ensure both a snapshot and release build are output
This commit is contained in:
parent
a26c85a500
commit
4512d2f728
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -19,7 +19,7 @@ pipeline {
|
|||
#!/bin/bash
|
||||
|
||||
chmod +x gradlew
|
||||
./gradlew build
|
||||
./gradlew build release
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue