Steps To Check The Build Number In Qblab Environment

In this blog, I show you the procedure to get the current running build number in QBLAB environment and based on i we will come to know our checked-in code is available in QBLAB environment or not. Follow the steps given below to check whether your code is available in QBLAB environment or not.

Step 1

Open the Browser and type your running QBLAB URL (let's say http://qblab-ci.corp.xxxx.net:8080/job/trunk/), then you will see the current build number.

 

Step 2

Click Latest build number, which is #16241 from the screenshot given above.

 

Step 3

Now, compare your code and check in revision number (let say At revision: 73859) with latest build trunk revision number. If your code is checked in revision number, it falls under Jenkin’s latest build trunk number, then your code is available in Jenkin but not in QBLAB.

To know the current build version of QBLAB trunk, go to your URL. Let's say the link is https://qblab-trunk.corp.xxxx.net/_revision.aspx and verify for a parameter Build number.

If your code is checked-in, build number falls under QBLAB current build number, then you need to check whether your code is available in QBLAB or not.