Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
#17 Purging old code to avoid cached objects
Browse files Browse the repository at this point in the history
  • Loading branch information
marcionemec-daitan committed Mar 4, 2024
1 parent 78bf1f2 commit 9bd3cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_Polaris
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ pipeline {
steps {
sh 'rm -rf dse_run'
sh 'mkdir dse_run'
sh 'cd dse_run'
}
}

Expand All @@ -41,6 +40,7 @@ pipeline {
label Podman.AGENT_LABEL_APP
}
steps {
sh 'cd dse_run'
sh 'pwd'
sh 'dir'
sh 'echo $TESTE'
Expand Down

0 comments on commit 9bd3cd4

Please sign in to comment.