Skip to main content

Unanswered Questions

20 questions with no upvoted or accepted answers
2 votes
0 answers
72 views

Jenkins build fails when no commits in the code (ChannelSftp.throwStatusError)

I have built a jenkins pipeline for executing a test on a windows server. Once the automated test report is generated on the windows server, it ships that report to a different server. There are ...
2 votes
0 answers
375 views

Complete automatic release process (with versioning) on a multibranch pipeline?

We have projects that once in a while need to be released with all the changes already present in the develop branch. Every time we make a new release, we update the code with the new release version ...
2 votes
0 answers
130 views

Jenkins declarative pipeline with mvn, releases and versioned artifactory

We have a requirement to support human defined versions (not auto generated) for patch releases. I'm trying to figure out a way to do this in Jenkins. We have: BitBucket, Jenkins, Nexus/JFrog (either)...
2 votes
0 answers
53 views

How to push large codebase to lots of servers

I am currently creating a concept for a multi-stage release pipeline using Azure DevOps release pipelines. The software stack that should be deployed is a rather bulky PHP application that uses lots ...
1 vote
1 answer
9k views

Jenkins checkout GitSCM and git step how does it work internally and why

When I execute my pipeline and I go and see on the actual Jenkins slave, the checked out commit doesn't have latest changes. But the logs and actual files in the workspace on the Jenkins slave running ...
1 vote
1 answer
1k views

How do I configure my AWS SSO-managed user with my public SSH key?

My AWS identity is SSO-managed, not an IAM user. I wish to upload my public SSH key (so as enable client UI access to CodeCommit) but am not the AWS account/organisation admin so cannot see what the ...
1 vote
1 answer
70 views

Azure DevOps issue with GIT, Visual Studio and Azure (Umbraco)

I am completely new to Visual Studio, .net and Azure DevOps I have a problem with GIT using the GIT bits (rather than CMD), in Visual Studio I have a .Net application (Umbraco), that has been built ...
0 votes
0 answers
30 views

How to create a pull request using the Azure DevOps plugin in JetBrains Rider?

I have installed the Azure DevOps plugin for Rider on macOS, and I am trying to create a pull request from my local branch into the remote master branch up on DevOps. I was able to authenticate and ...
0 votes
1 answer
35 views

How to review Azure Devops git repo pull request in an IDE like Visual Studio?

I wonder if there is a way to review pull requests in an IDE like environment (which is easier to visualise merge conflicts). The main pain point is having to check merge conflicts resulting from the ...
0 votes
0 answers
11 views

How to auto-link issue IDs to an external issue tracker in Azure Repos?

I use Azure Repos and an external issue tracker. My commits start with AB-123. I want those IDs to be linked to my external issue tracker like to http://myissue-tracker/AB-123. How to do this in Azure ...
0 votes
0 answers
31 views

Does GitHub CI support push options?

GitLab has a whole page of documentation on the git push options that it supports, https://docs.gitlab.com/ee/user/project/push_options.html Does GitHub support any push options? I would like to ...
0 votes
1 answer
60 views

How to update GitHub issue commit links after migrating code and issues from another repository?

We are an organization with multiple repositories in GitHub which we are merging into a monorepo. We have no issues with the mechanics of how to do this: Use something similar to the method outlined ...
0 votes
3 answers
265 views

Estimate storage space for a git server

How to estimate the space a git repository will take on a source version control server? For example, given k commits every day, with x kB of code per commit, my repository will take n GB of server ...
0 votes
1 answer
247 views

Why is Azure Repos Git Checkout sometimes returning a Status code 128?

We've migrated from a on premise GitBlit to Azure DevOps last week. Our builds are now suffering from periodic error while cloning the git repo. See example output. Main error is probaby returned ...
0 votes
0 answers
219 views

is it possible to get web application url from branch without publishing it?

When working on the task we create git branch (AzureDevOps). In this branch we modify code in VS and can run web application on localhost. When it's done we commit changes and create PR. To test it ...

15 30 50 per page