Compare commits
No commits in common. "402753569d4a1a4b88f7787eebf1cb3af7282460" and "ea85f7838af5efb7ef547b57e49d66ab6cc44a98" have entirely different histories.
402753569d
...
ea85f7838a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -57,6 +57,7 @@ pipeline {
|
||||||
sh './tools/set-package.sh "$APP_PACKAGE_ID"'
|
sh './tools/set-package.sh "$APP_PACKAGE_ID"'
|
||||||
sh './tools/set-title.sh "$APP_TITLE"'
|
sh './tools/set-title.sh "$APP_TITLE"'
|
||||||
sh './tools/jenkins-build-android.sh'
|
sh './tools/jenkins-build-android.sh'
|
||||||
|
stash(name: 'outputs', includes: 'build/app/outputs/**')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -78,6 +79,7 @@ pipeline {
|
||||||
env.GIT_SSH_REMOTE_NAME = params.GIT_SSH_REMOTE_NAME
|
env.GIT_SSH_REMOTE_NAME = params.GIT_SSH_REMOTE_NAME
|
||||||
env.SSH_KNOWN_HOSTS_FILE = params.SSH_KNOWN_HOSTS_FILE
|
env.SSH_KNOWN_HOSTS_FILE = params.SSH_KNOWN_HOSTS_FILE
|
||||||
}
|
}
|
||||||
|
unstash(name: 'outputs')
|
||||||
sshagent(["${params.GIT_CREDENTIAL_ID}"]) {
|
sshagent(["${params.GIT_CREDENTIAL_ID}"]) {
|
||||||
nodejs(nodeJSInstallationName: "${params.NODEJS_INSTALLATION}") {
|
nodejs(nodeJSInstallationName: "${params.NODEJS_INSTALLATION}") {
|
||||||
withCredentials([
|
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.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 1.0.0+66
|
version: 1.0.0+65
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.12.0 <3.0.0"
|
sdk: ">=2.12.0 <3.0.0"
|
||||||
|
|
Reference in New Issue
Block a user