hotfix: Jenkinsfile 2
Gitea Scan/plate-tool/pipeline/head This commit looks good
Details
Gitea Scan/plate-tool/pipeline/head This commit looks good
Details
This commit is contained in:
parent
2a463e2133
commit
6dc13675ae
|
@ -19,13 +19,13 @@ pipeline {
|
|||
}
|
||||
stage('Archive') {
|
||||
steps {
|
||||
zip zipFile: "dist.zip", archive: true, dir: "dist/"
|
||||
zip zipFile: "dist.zip", archive: true, dir: "plate-tool-web/dist/"
|
||||
archiveArtifacts artifacts: "dist.zip", fingerprint: true
|
||||
}
|
||||
}
|
||||
stage('Transfer') {
|
||||
steps {
|
||||
sh 'echo "put -r dist/" | sftp oracle'
|
||||
sh 'echo "put -r plate-tool-web/dist/" | sftp oracle'
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
|
|
Loading…
Reference in New Issue