Fix missing closing parens
All checks were successful
Core Repos/Homepage/pipeline/pr-master This commit looks good
All checks were successful
Core Repos/Homepage/pipeline/pr-master This commit looks good
This commit is contained in:
18
Jenkinsfile
vendored
18
Jenkinsfile
vendored
@@ -37,19 +37,21 @@ pipeline {
|
||||
sshPublisher(
|
||||
publishers: [
|
||||
sshPublisherDesc(
|
||||
configName: 'droplet-ssh',
|
||||
transfers: [
|
||||
sshTransfer(
|
||||
sourceFiles: 'dist/Homepage/**',
|
||||
remoteDirectory: '/home/cameron/docker/homepage/html',
|
||||
execCommand: 'echo Finished'
|
||||
)
|
||||
]
|
||||
configName: 'droplet-ssh',
|
||||
transfers: [
|
||||
sshTransfer(
|
||||
sourceFiles: 'dist/Homepage/**',
|
||||
remoteDirectory: '/home/cameron/docker/homepage/html',
|
||||
execCommand: 'echo Finished'
|
||||
)
|
||||
]
|
||||
)
|
||||
]
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: 'dist/Homepage/**', fingerprint: true
|
||||
|
||||
Reference in New Issue
Block a user