Vivek

Results 11 comments of Vivek

would enhance our workflows while using this library.

Thats good to know. Would it be possible to not tie the solution to only using refresh tokens. Rather have the ability to also take in a handler function, which...

Is this something that we can expect a quick fix for?? The jobs are left in a failed state always due to this issue.

This is something that we are missing too. The caches being scoped to the PR's merge commit branch leads to a lot of wasted action minutes in our setup too....

This is something that we are looking for. Is there a timeline when we could expect this merged and released

So we have a global implicit loaded library after which the pipeline code checks out as follows: ``` stage('SCM') { dir('xxxx') { git branch: 'AMCC-287-Test', credentialsId: 'JenkinsGithubApp', url: '$REPO_URL' }...

Yes while a default behaviour is good in most cases having the ability to override would be really powerful. But even then : the pipeline has a default check which...

SO the default check was going to the wrong repository i.e. the shared library in my case. Is that something that is fixed and may be if I am having...