Jenkinsfile: skip using stash/unstash
Some checks failed
gestemps/comptaplanapp/pipeline/head There was a failure building this commit
Some checks failed
gestemps/comptaplanapp/pipeline/head There was a failure building this commit
This commit is contained in:
parent
6e770d69ed
commit
402753569d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -57,7 +57,6 @@ 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/**')
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -79,7 +78,6 @@ 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([
|
||||||
|
|
Reference in New Issue
Block a user