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 1f373f1bc3 - Show all commits

2
Jenkinsfile vendored
View File

@ -48,7 +48,7 @@ pipeline {
sshagent(credentials: ['jenkins-agent']) {
echo env.DPUT_CONFIG
echo env.CHANGES_FILE
sh 'dput --config "$DPUT_CONFIG" verdnatura "../hedera-web_*.changes"'
sh 'dput --config "$DPUT_CONFIG" verdnatura "../"'
}
}
}