summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2025-07-10 09:33:07 +0200
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2025-07-10 09:33:07 +0200
commit9fff2db79bff4dc0fa409b20e6b59e3ded74b592 (patch)
tree7fe36246333cb5f3ad43b85d98b92d473b7f4053
parent2595acb7764feadf9ba319a344220a67148f946a (diff)
fix: correct linux save path
-rw-r--r--contrib/depends/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/depends/Jenkinsfile b/contrib/depends/Jenkinsfile
index e16b057..412d44c 100644
--- a/contrib/depends/Jenkinsfile
+++ b/contrib/depends/Jenkinsfile
@@ -52,7 +52,7 @@ pipeline {
}
}
- sshPublisher(publishers: [sshPublisherDesc(configName: 'static.mrcyjanek.net', transfers: [sshTransfer(cleanRemote: false, excludes: '', execCommand: '', execTimeout: 120000, flatten: false, makeEmptyDirs: false, noDefaultExcludes: false, patternSeparator: '[, ]+', remoteDirectory: '/home/mrcyjanek/web/static.mrcyjanek.net/public_html/lfs/depends', remoteDirectorySDF: false, sourceFiles: 'contrib/depends/built/*/*/*.tar.gz*')], usePromotionTimestamp: false, useWorkspaceInPromotion: false, verbose: false)])
+ sshPublisher(publishers: [sshPublisherDesc(configName: 'static.mrcyjanek.net', transfers: [sshTransfer(cleanRemote: false, excludes: '', execCommand: '', execTimeout: 120000, flatten: false, makeEmptyDirs: false, noDefaultExcludes: false, patternSeparator: '[, ]+', remoteDirectory: 'depends', remoteDirectorySDF: false, sourceFiles: 'contrib/depends/built/*/*/*.tar.gz*')], usePromotionTimestamp: false, useWorkspaceInPromotion: false, verbose: false)])
}
}
}