jakub-bochenski

Results 29 comments of jakub-bochenski

contrary too @mfilenko suggestion using `tee` is not a workaround: https://askubuntu.com/a/752451

I know, those are both referenced in the FAQ. Just don't use `tee` (or direct `>` in general) EDIT: just noticed there is a warning against `tee` in the FAQ...

PS. I came across this because there [is a certain OAuth provider](https://docs.microsoft.com/en-us/azure/active-directory-b2c/authorization-code-flow) that does not conform to the rfc an sends the `expires_in` attribute as a string.

I will try and do this next time I do some changes in my Jenkinsfile scripts

I'm disappointed to discover that this still doesn't work with `set -u` :( ``` $(date +%H:%M) $ bash: COMP_LINE: unbound variable bash: GIT_PROMPT_FETCH_REMOTE_STATUS: unbound variable bash: GIT_BRANCH: unbound variable ```

What is weird is I'm using `rpm.version` successfully in another project, which has several levels of parent-inheritance

Herre is the execution config ``` initialize create false false true ```

@dantran I think this issue should be closed as "not a defect". Clearily the orignal problem is caused by passing `-group` instead of `-Dgroup` etc.

There's some relevant discussion in https://github.com/gabrie-allaigre/sonar-gitlab-plugin/issues/222#issuecomment-477679354

> New version 5.0.0, remove all code for preview mode. And add compatibilty for SonarQube >=7.7 @gabrie-allaigre could you share some hints on how do you intend to support MRs...