Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sahithibanda01 patch 60 #11

Open
wants to merge 41 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
f4e0d82
Create test
sahithibanda01 Jul 25, 2023
ab3aded
Merge pull request #3 from sahithibanda01/sahithibanda01-patch-3
sahithibanda01 Jul 25, 2023
e5ce512
Update test
sahithibanda01 Sep 6, 2023
ea2c570
Merge pull request #4 from sahithibanda01/sahithibanda01-patch-4
sahithibanda01 Sep 6, 2023
e337902
Update test
sahithibanda01 Sep 8, 2023
9426dc1
Merge pull request #5 from sahithibanda01/sahithibanda01-patch-5
sahithibanda01 Sep 8, 2023
908ac4a
Update test
sahithibanda01 Oct 20, 2023
dc04b9d
Merge pull request #6 from sahithibanda01/sahithibanda01-patch-6
sahithibanda01 Oct 20, 2023
3fab83a
Update test
sahithibanda01 Nov 10, 2023
c0ef072
Update test
sahithibanda01 Nov 10, 2023
f46aed8
Merge pull request #10 from sahithibanda01/sahithibanda01-patch-10
sahithibanda01 Nov 10, 2023
37739a8
Update test
sahithibanda01 Nov 10, 2023
7304561
Merge pull request #12 from sahithibanda01/sahithibanda01-patch-12
sahithibanda01 Nov 10, 2023
ca7e80c
Update test
sahithibanda01 Nov 10, 2023
24d9633
Merge pull request #13 from sahithibanda01/sahithibanda01-patch-13
sahithibanda01 Nov 10, 2023
f803c73
Update test
sahithibanda01 Nov 30, 2023
451b832
Merge pull request #14 from sahithibanda01/sahithibanda01-patch-14
sahithibanda01 Nov 30, 2023
aa08c08
Update test
sahithibanda01 Nov 30, 2023
707d2a9
Merge pull request #15 from sahithibanda01/sahithibanda01-patch-15
sahithibanda01 Nov 30, 2023
c4f8d2e
Update test
sahithibanda01 Nov 30, 2023
cce36a0
Merge pull request #16 from sahithibanda01/sahithibanda01-patch-16
sahithibanda01 Nov 30, 2023
bd33a9e
Update test
sahithibanda01 Nov 30, 2023
515f6f8
Merge pull request #17 from sahithibanda01/sahithibanda01-patch-17
sahithibanda01 Nov 30, 2023
064dbab
Update test
sahithibanda01 Jan 24, 2024
18dbcda
Merge pull request #23 from sahithibanda01/sahithibanda01-patch-23
sahithibanda01 Jan 24, 2024
f05be9f
Update test
sahithibanda01 Jan 24, 2024
b38fb44
Update test
sahithibanda01 Jan 24, 2024
d819b18
Merge pull request #25 from sahithibanda01/sahithibanda01-patch-25
sahithibanda01 Jan 24, 2024
fdfa2b2
Update test
sahithibanda01 Jan 24, 2024
852d5db
Merge pull request #26 from sahithibanda01/sahithibanda01-patch-26
sahithibanda01 Jan 24, 2024
b95e3a2
Update test
sahithibanda01 Jan 24, 2024
c48dba0
Merge pull request #27 from sahithibanda01/sahithibanda01-patch-27
sahithibanda01 Jan 24, 2024
ae3c8a0
Merge branch 'main' into sahithibanda01-patch-24
sahithibanda01 Jan 24, 2024
c837a9b
Merge pull request #24 from sahithibanda01/sahithibanda01-patch-24
sahithibanda01 Jan 24, 2024
5254de0
Update Dockerfile.build
sahithibanda01 Feb 1, 2024
feb0dbc
Added pipeline .harness/pipelines/jhttp-1706858067722.yaml
sahithibanda01 Feb 2, 2024
0e30779
Added input set .harness/Build_jhttp_1706858069956-pr-trigger-input-s…
sahithibanda01 Feb 2, 2024
b08bc6b
Added input set .harness/Build_jhttp_1706858069956-push-trigger-input…
sahithibanda01 Feb 2, 2024
41d37e4
Update test
sahithibanda01 Feb 5, 2024
9eff616
Merge pull request #40 from sahithibanda01/sahithibanda01-patch-41
sahithibanda01 Feb 5, 2024
f9ca38b
Update test
sahithibanda01 Feb 8, 2024
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
inputSet:
name: Build_jhttp_1706858069956-pr-trigger-input-set
identifier: Build_jhttp_1706858069956prtriggerinputset
orgIdentifier: default
projectIdentifier: RaghavTest
pipeline:
identifier: Build_jhttp_1706858069956
properties:
ci:
codebase:
build:
type: PR
spec:
number: <+trigger.prNumber>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
inputSet:
name: Build_jhttp_1706858069956-push-trigger-input-set
identifier: Build_jhttp_1706858069956pushtriggerinputset
orgIdentifier: default
projectIdentifier: RaghavTest
pipeline:
identifier: Build_jhttp_1706858069956
properties:
ci:
codebase:
build:
type: branch
spec:
branch: <+trigger.branch>
46 changes: 46 additions & 0 deletions .harness/pipelines/jhttp-1706858067722.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
pipeline:
identifier: Build_jhttp_1706858069956
name: Build jhttp
orgIdentifier: default
projectIdentifier: RaghavTest
properties:
ci:
codebase:
build: <+input>
connectorRef: account.CItestGitConnectorVs732k7N3m
repoName: jhttp
stages:
- stage:
identifier: build
name: build
spec:
cloneCodebase: true
execution:
steps:
- step:
identifier: echo
name: echo
spec:
command: echo hello world
timeout: ""
type: Run
- step:
identifier: dockerbuild
name: docker_build
spec:
image: plugins/docker
settings:
dry_run: "true"
password: <+input>
repo: hello/world
tags: latest
username: <+input>
timeout: ""
type: Plugin
platform:
arch: Amd64
os: Linux
runtime:
spec: {}
type: Cloud
type: CI
18 changes: 3 additions & 15 deletions Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
FROM maven:3.6.3-jdk-8
LABEL maintainer="Shivakumar Ningappa <[email protected]>"


# Copy the source from the current directory to the Working Directory inside the container
COPY . .

# Build the Java server app
RUN mvn clean package -DskipTests

# Expose default port for external communication
EXPOSE 8888

# Command to run the executable jar
CMD [ "java -jar target/jhttp-1.0-SNAPSHOT.jar" ]
FROM alpine:latest
CMD echo "Hello world"
ENTRYPOINT echo "Hello world"
3 changes: 3 additions & 0 deletions test
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
hi banda.
xscc
d