test → master #66

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

2
Jenkinsfile vendored
View File

@ -59,7 +59,7 @@ pipeline {
remote.identityFile = '/home/jenkins/.ssh/id_ed25519'
remote.allowAnyHosts = true
def debFile = sh(script: 'ls target/*.jar', returnStdout: true).trim()
def debFile = sh(script: 'ls output/*.deb', returnStdout: true).trim()
}
sshPut([