Compare commits
3 Commits
ea85f7838a
...
402753569d
Author | SHA1 | Date | |
---|---|---|---|
402753569d | |||
6e770d69ed | |||
|
160b2bb51f |
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -57,7 +57,6 @@ pipeline {
|
|||
sh './tools/set-package.sh "$APP_PACKAGE_ID"'
|
||||
sh './tools/set-title.sh "$APP_TITLE"'
|
||||
sh './tools/jenkins-build-android.sh'
|
||||
stash(name: 'outputs', includes: 'build/app/outputs/**')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -79,7 +78,6 @@ pipeline {
|
|||
env.GIT_SSH_REMOTE_NAME = params.GIT_SSH_REMOTE_NAME
|
||||
env.SSH_KNOWN_HOSTS_FILE = params.SSH_KNOWN_HOSTS_FILE
|
||||
}
|
||||
unstash(name: 'outputs')
|
||||
sshagent(["${params.GIT_CREDENTIAL_ID}"]) {
|
||||
nodejs(nodeJSInstallationName: "${params.NODEJS_INSTALLATION}") {
|
||||
withCredentials([
|
||||
|
|
|
@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 1.0.0+65
|
||||
version: 1.0.0+66
|
||||
|
||||
environment:
|
||||
sdk: ">=2.12.0 <3.0.0"
|
||||
|
|
Reference in New Issue
Block a user