MCMicS

Results 168 comments of MCMicS

I will try some possible solutions on weekend or next begin

I will hav a look the API again if I can cann needed data. Can you provide a sample pipeline (or job configuration) to test against

I will test with following simple pipeline: ```groovy properties([ parameters([ [ $class: 'ChoiceParameter', choiceType: 'PT_SINGLE_SELECT', name: 'Single', script: [ $class: 'GroovyScript', script: [ script: "return ['Single 1', 'Single 2:selected']", sandbox:...

@hectorlavado99 Could you please try following build https://plugins.jetbrains.com/plugin/6110-jenkins-control/versions/eap/167592 Pipeline: ```groovy properties([ parameters([ [ $class: 'ChoiceParameter', choiceType: 'PT_SINGLE_SELECT', name: 'Single', script: [ $class: 'GroovyScript', script: [ script: "return ['Single 1', 'Single...

Do you work with multiple open projects? Or close an existing project and open a new one we have an issue for this (still working on this): #186

its ok. Better to report them twice but do nothing 😄

Duplicate of: #186, #211

I will look at this. Do you use multiple projects? Then this could lead to this behaviour currently. In my setups the data will persist and restored. But i try...

Hi I cannot reproduce it (either 0.13.10 or 0.13.11 eap). Is there any error shown or any exception in idea.log? Could you please try it again with single project. open...

Hi the `.idea` folder is within your project (workspace) see : https://www.jetbrains.com/help/idea/creating-and-managing-projects.html#directory-based You can see this in your project and open the location: ![grafik](https://user-images.githubusercontent.com/4604206/114271414-7ef46700-9a11-11eb-9547-f98a6b7fcca2.png) > What do you mean by...