This commit is contained in:
parent
161d585a45
commit
0f5ba243dd
|
@ -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') {
|
||||||
|
|
Loading…
Reference in New Issue