Skip to content

Commit

Permalink
Fix file reference in Jenkinsfile for moving log file
Browse files Browse the repository at this point in the history
  • Loading branch information
egorvas committed Dec 16, 2024
1 parent 7db69ae commit f947ff9
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 @@ -18,7 +18,7 @@ pipeline {
sh 'unzip FILE -d ${WORKSPACE}'
sh 'ls -la'
} else {
sh 'mv $FILE nginx.log'
sh 'mv FILE nginx.log'
}
sh """
node index.js \\
Expand Down

0 comments on commit f947ff9

Please sign in to comment.