test → master #66

Merged
guillermo merged 70 commits from test into master 2024-07-23 06:23:47 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit d6e7d3b025 - Show all commits

3
Jenkinsfile vendored
View File

@ -5,6 +5,7 @@ def BRANCH_ENV = [
master: 'production'
]
def remote = [:]
def debFile
node {
stage('Setup') {
@ -59,7 +60,7 @@ pipeline {
remote.identityFile = '/home/jenkins/.ssh/id_ed25519'
remote.allowAnyHosts = true
def debFile = sh(script: 'ls output/*.deb', returnStdout: true).trim()
debFile = sh(script: 'ls output/*.deb', returnStdout: true).trim()
}
sshPut([