Compare commits

...

3 Commits

Author SHA1 Message Date
402753569d Jenkinsfile: skip using stash/unstash
Some checks failed
gestemps/comptaplanapp/pipeline/head There was a failure building this commit
2022-01-19 20:08:35 +01:00
6e770d69ed Merge remote-tracking branch 'origin/android-releases' into dev 2022-01-19 20:08:21 +01:00
Jenkins release
160b2bb51f Bump to build Update pubspec for version 1.0.0+66
65
2021-11-28 18:06:23 +01:00
2 changed files with 1 additions and 3 deletions

2
Jenkinsfile vendored
View File

@ -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([

View File

@ -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"