Hotfix #6
Gitea Scan/plate-tool/pipeline/head There was a failure building this commit Details

This commit is contained in:
Emilia Allison 2024-01-06 15:15:48 -05:00
parent 161d585a45
commit 0f5ba243dd
1 changed files with 4 additions and 1 deletions

5
Jenkinsfile vendored
View File

@ -18,7 +18,10 @@ pipeline {
} }
stage('Transfer') { stage('Transfer') {
steps { steps {
sh "sftp oracle <<< put -r dist" sh('''
#!/bin/zsh -l
sftp oracle <<< put -r dist
''')
} }
} }
stage('Deploy') { stage('Deploy') {