Skip to content

Commit

Permalink
ocp4-konflux: use init_artcd_working_dir() (#4262)
Browse files Browse the repository at this point in the history
  • Loading branch information
locriandev authored Oct 2, 2024
1 parent 9c0d367 commit 2ce1359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/build/ocp4-konflux/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ node {
string(credentialsId: 'art-bot-slack-token', variable: 'SLACK_BOT_TOKEN'),
]){
withEnv(["BUILD_USER_EMAIL=${builderEmail?: ''}", "BUILD_URL=${BUILD_URL}", "JOB_NAME=${JOB_NAME}", 'DOOZER_DB_NAME=art_dash']) {
sh "rm -rf ./artcd_working && mkdir -p ./artcd_working"
buildlib.init_artcd_working_dir()
sh(script: cmd.join(' '), returnStdout: true)
}
}
Expand Down

0 comments on commit 2ce1359

Please sign in to comment.