Skip to content

Commit

Permalink
updated checks file
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed Feb 11, 2020
1 parent 1a6ad08 commit 7784689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ pipeline {
transfers: [sshTransfer(
cleanRemote: false,
excludes: '',
execCommand: "~/update-latest.sh web/into-cps/rabbitmqfmu/${env.BRANCH_NAME}",
execCommand: "~/update-latest.sh web/into-cps/rabbitmqfmu/${BRANCH_NAME}",
execTimeout: 120000,
flatten: true,
makeEmptyDirs: false,
noDefaultExcludes: false,
patternSeparator: '[, ]+',
remoteDirectory: '\'rabbitmqfmu/${env.BRANCH_NAME}/Build-${BUILD_NUMBER}_\'yyyy-MM-dd_HH-mm',
remoteDirectory: '\'rabbitmqfmu/${BRANCH_NAME}/Build-${BUILD_NUMBER}_\'yyyy-MM-dd_HH-mm',
remoteDirectorySDF: true,
removePrefix: '',
sourceFiles: 'build/*.fmu')],
Expand Down

0 comments on commit 7784689

Please sign in to comment.