Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
3b2c782
commited from b1 branch
venkatn087 Jul 14, 2021
b2ae750
modified the code
venkatn087 Jan 21, 2022
3c6cd64
Update b1
venkatn087 Jan 21, 2022
72cc8d3
sdfsdfdsg
venkatn087 Jan 21, 2022
8004706
merge conflic resovled
venkatn087 Jan 21, 2022
6d88f7b
cide changes done
venkatn087 Feb 4, 2022
e25ebb1
test the code
venkatn087 Feb 4, 2022
3af1a2d
wdfsddf
venkatn087 Feb 4, 2022
eccbbf9
Update HelloWorld.java
venkatn087 May 11, 2022
fd7746b
venkatn087 Aug 6, 2022
9f1f4a6
Update file1.txt
venkatn087 Oct 8, 2022
935fdda
Update file1.txt
venkatn087 Feb 13, 2023
57df6a9
Update HelloWorld.java
venkatn087 Sep 2, 2023
cc15149
Create rds.yml
venkatn087 Nov 8, 2024
d7fe584
Set up CI with Azure Pipelines
venkatn087 May 10, 2025
3eb28d0
Set up CI with Azure Pipelines
venkatn087 May 10, 2025
41a59f1
Set up CI with Azure Pipelines
venkatn087 May 10, 2025
4b0b308
Set up CI with Azure Pipelines
venkatn087 May 10, 2025
f0e87e7
Set up CI with Azure Pipelines
venkatn087 May 10, 2025
7d23cd2
Set up CI with Azure Pipelines
venkatn087 May 10, 2025
763faa2
Set up CI with Azure Pipelines
venkatn087 May 10, 2025
e300a0d
Update azure-pipelines-5.yml for Azure Pipelines
venkatn087 May 10, 2025
6f12dd0
Update azure-pipelines-5.yml for Azure Pipelines
venkatn087 May 10, 2025
c1dd230
Update azure-pipelines-5.yml for Azure Pipelines
venkatn087 May 10, 2025
6513788
Set up CI with Azure Pipelines
venkatn087 May 11, 2025
6c5ea96
Update azure-pipelines.yml for Azure Pipelines
venkatn087 May 11, 2025
ecdd82f
Update azure-pipelines.yml for Azure Pipelines
venkatn087 May 11, 2025
d82a1b6
Update azure-pipelines.yml for Azure Pipelines
venkatn087 May 11, 2025
3d3724b
Update azure-pipelines.yml for Azure Pipelines
venkatn087 May 11, 2025
191fec1
Update azure-pipelines.yml for Azure Pipelines
venkatn087 May 11, 2025
4a94415
Update azure-pipelines.yml for Azure Pipelines
venkatn087 May 11, 2025
22f588f
Update azure-pipelines.yml for Azure Pipelines
venkatn087 May 11, 2025
f7c242d
Update azure-pipelines.yml for Azure Pipelines
venkatn087 May 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
thsi isddiwdasfsdfg
8 changes: 6 additions & 2 deletions HelloWorld.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@
* The HelloWorldApp class implements an application that simply prints "Hello World" to standard output.
*/
public class HelloWorld {
//int j=10;
//int i=10;
public static void main(String[] args) {
System.out.println("Hello, World");
System.out.println("Hello,ddddddd World");
//System.out.println("hi");
System.out.println("hi");
}
}
}
19 changes: 19 additions & 0 deletions azure-pipelines-1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml

trigger:
- master

pool:
DevOps: Linux

steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'

- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
displayName: 'Run a multi-line script'
20 changes: 20 additions & 0 deletions azure-pipelines-2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml

trigger:
- master

pool:
name: Hello
- Agent.Name -equals linuxvm

steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'

- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
displayName: 'Run a multi-line script'
19 changes: 19 additions & 0 deletions azure-pipelines-3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml

trigger:
- master

pool:
Hello: linuxvm

steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'

- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
displayName: 'Run a multi-line script'
21 changes: 21 additions & 0 deletions azure-pipelines-4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml

trigger:
- master

pool:
Name: Hello
demands:
- Agent.Name -equals linuxvm

steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'

- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
displayName: 'Run a multi-line script'
30 changes: 30 additions & 0 deletions azure-pipelines-5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml

variables:
global_variable: value # this is available to all jobs

jobs:
- job: job1
pool:
name: 'Hello'
variables:
job_variable1: value1 # this is only available in job1
steps:
- bash: echo $(global_variable)
- bash: echo $(job_variable1)
- bash: echo $JOB_VARIABLE1 # variables are available in the script environment too

- job: job2
pool:
name: 'Hello'
variables:
job_variable2: value2 # this is only available in job2
steps:
- bash: echo $(global_variable)
- bash: echo $(job_variable2)
- bash: echo $GLOBAL_VARIABLE
- bash: echo $(Agent.WorkFolder)
- bash: echo $(Agent.OSArchitecture)
81 changes: 81 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml

trigger:
- master

pool:
name: DevOps

parameters:
- name: environment
type: string
default: production
- name: myMultiString
type: string
default: default
values:
- default
- ubuntu
variables:
var1: 10
staticvar: 'myvalue'
compilevar: ${{ variables.staticvar }}
isMain: $[eq(variables['Build.SourceBranch'], 'refs/heads/main')]

stages:
- stage: A
displayName: "Stage-A Build and Test"
variables:
- name: var2
value: 100
jobs:
- job: A1
displayName: "Job-A1 build deploy to ${{ parameters.environment }}"
steps:
- script: |
echo "Building the application in A1"
echo ${{ variables.staticvar }}
echo $(compilevar)
echo $(isMain)
echo $(Pipeline.Workspace)
displayName: "Build Step"
- job: A2
displayName: "Job A2 Test"
dependsOn: A1
condition: succeeded()
timeoutInMinutes: 10
cancelTimeoutInMinutes: 2
workspace:
clean: all
steps:
- script: echo "Building the application in A2"
displayName: "Test Step"

- job: A3
steps:
- bash: echo "##vso[task.setvariable variable=shouldrun;isOutput=true]true"
# or on Windows:
# - script: echo ##vso[task.setvariable variable=shouldrun;isOutput=true]true
name: printvar
displayName: "defining the varialbe"

- job: A4
condition: and(succeeded(), eq(dependencies.A.outputs['printvar.shouldrun'], 'true'))
dependsOn: A3
steps:
- script: echo hello from A4

- stage: B
displayName: "Stage-B Deploy"
jobs:
- job: B1
displayName: "Stage B1 Deploy"
steps:
- script: echo "Building the application B1"




12 changes: 12 additions & 0 deletions b1
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
SDFSDFSDFSDFSDFSDFDFS FROM GITKRAKEN
THIS IS FROM GITKRAKEN
THIS IS FROM vs CODE
VS CODE CHANGES HAVE DONE
SDFSDFSDFSDFSDFSDFDFS
SDFFFSDFDFDFGDF
SDDFGDFGFFGDF
this file is modified in test
thsi isddiwdasfsdfg
this is second line
this is second lineasdafdfdfsdf
3c6cd6454caaf5fc6fc833454aa3f45584ce8b7d
3 changes: 3 additions & 0 deletions file1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
adfdsgdfg
modified the file to test POLL SCM
this code is modified for testing the pollscm
1 change: 1 addition & 0 deletions file2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sdfdsfgdfg
18 changes: 18 additions & 0 deletions rds.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Resources:
MyDB0:
Type: 'AWS::RDS::DBInstance'
Properties:
DBName: 'mydb'
DBInstanceClass: 'db.t3.micro'
Engine: 'mysql'
MasterUsername: 'master'
MasterUserPassword: 'password'
MyDB1:
Type: 'AWS::RDS::DBInstance'
Properties:
DBName: 'mydb'
DBInstanceClass: 'db.t3.micro'
Engine: 'mysql'
MasterUsername: 'master'
MasterUserPassword: 'password'
StorageEncrypted: false