About the problem of running git programs in jenkins deployed by docker

About the problem of running git programs in jenkins deployed by docker

1. First, an error message is reported when associating git: ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this

This is because I am not running the master branch code of git, so an error is reported. For details, please refer to this article

The solution is to set the specified branch as shown in the figure below, which means any branch.

This will clone the code on git to the jenkins container directory as a project. Here I am: /var/jenkins_home/workspace/first_python/

2. Set up the execution shell to run the program

2. After saving the build execution, you can see the execution results in the console output.

How to use skip to skip test execution in Pytest

This is the end of this article about Jenkins deployed with docker running programs on git. For more relevant dockerjenkins git content, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Detailed explanation of Docker+Jenkins+Gitlab+Django application deployment practice
  • Docker container uses Jenkins to deploy web projects (summary)
  • .Net Core automated deployment: How to deploy dotnetcore applications using docker version of Jenkins
  • Implementation of Centos7+Docker+Jenkins+ASP.NET Core 2.0 automated release and deployment

<<:  SSM VUE Axios Detailed Explanation

>>:  Solutions to the problem of table nesting and border merging

Recommend

Vue global filter concepts, precautions and basic usage methods

Table of contents 1. The concept of filter 1. Cus...

Vue implements left and right sliding effect example code

Preface The effect problems used in personal actu...

How to install FastDFS in Docker

Pull the image docker pull season/fastdfs:1.2 Sta...

JavaScript to achieve all or reverse selection function

This article shares the specific code of JavaScri...

Native js implementation of slider interval component

This article example shares the specific code of ...

Solution to changing the data storage location of the database in MySQL 5.7

As the data stored in the MySQL database graduall...

Detailed explanation of MySQL EXPLAIN output columns

1. Introduction The EXPLAIN statement provides in...

Solve the problem of installing Theano on Ubuntu 19

Solution: Directly in the directory where you dow...

Alibaba Cloud applies for a free SSL certificate (https) from Cloud Shield

Because the project needs to use https service, I...

Detailed code examples of seven methods for vertical centering with CSS

When we edit a layout, we usually use horizontal ...

MySQL table field time setting default value

Application Scenario In the data table, the appli...