We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb4bd4 commit 513e2a9Copy full SHA for 513e2a9
Jenkinsfile
@@ -273,7 +273,7 @@ pipeline {
273
TARGET="/var/www/oscript.io/download/versions/latest/"
274
sudo rsync -rv --delete --exclude mddoc*.zip --exclude *.src.rpm . \$TARGET
275
276
- TARGET="/var/www/oscript.io/download/versions/" + ReleaseNumber.replace('.', '_') + "/"
+ TARGET="/var/www/oscript.io/download/versions/${ReleaseNumber.replace('.', '_')}/"
277
278
279
""".stripIndent()
0 commit comments