Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
norkator committed Oct 17, 2020
1 parent 3d0ebc3 commit 15fdb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pipeline {
branch 'master'
}
steps {
bat 'npm run build'
sshPublisher(publishers: [sshPublisherDesc(configName: 'RASP TRE', transfers: [sshTransfer(cleanRemote: false, excludes: '', execCommand: 'echo ""', execTimeout: 120000, flatten: false, makeEmptyDirs: false, noDefaultExcludes: false, patternSeparator: '[, ]+', remoteDirectory: 'noiser/', remoteDirectorySDF: false, removePrefix: 'dist/', sourceFiles: 'dist/**/**')], usePromotionTimestamp: false, useWorkspaceInPromotion: false, verbose: false)])
}
}

Expand Down

0 comments on commit 15fdb7e

Please sign in to comment.