Skip to content

Commit

Permalink
try hardcoding path
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoremepunto committed Oct 31, 2023
1 parent 2f72ff6 commit a58b92d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ pipeline {
}
post {
always {
archiveArtifacts artifacts: '${ARTIFACTS_DIR}/*.txt'
//archiveArtifacts artifacts: '$ARTIFACTS_DIR/*.txt'
archiveArtifacts artifacts: 'vuln-artifacts/*.txt'
}
}
}

0 comments on commit a58b92d

Please sign in to comment.