Skip to content

Commit

Permalink
chore: logging Jenkins env to find out what can be used
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaprem committed Aug 16, 2023
1 parent 9e6c09e commit 8a383ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/Jenkinsfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ pipeline {
}

stage('Test') {
steps { script { dir(env.REPO) {
steps {
echo "env is $env"
script { dir(env.REPO) {
if (env.JOB_BASE_NAME == "race") {
nix.develop('make test-with-race', pure: false)
}else {
Expand Down

0 comments on commit 8a383ee

Please sign in to comment.