Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
test_Shared_library_for_projects
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Khawaja Ibrahim Mohiuddin
test_Shared_library_for_projects
Commits
cfa8f7c9
Commit
cfa8f7c9
authored
Mar 03, 2021
by
Khawaja Ibrahim Mohiuddin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
681abf3d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
30 deletions
+15
-30
commonConfig.yaml
resources/commonConfig.yaml
+13
-22
main.groovy
vars/main.groovy
+2
-8
No files found.
resources/commonConfig.yaml
View file @
cfa8f7c9
git
:
branchBaseDeployment
:
release.2020.09
:
env
:
dit1
promoteTo
:
eqa1
enabled
:
false
release.2020.10
:
env
:
dit3
promoteTo
:
eqa3
enabled
:
false
release.2020.11
:
env
:
dit2
promoteTo
:
eqa2
enabled
:
false
release.2020.12
:
env
:
dit1
promoteTo
:
eqa1
enabled
:
false
release.2020.13
:
env
:
dit3
promoteTo
:
eqa3
enabled
:
false
\ No newline at end of file
gapinc-github
:
orgs
:
organization_name_1
:
repos
:
repo_name_1
:
isMigrated
:
<true|false>
Migration_Date
:
"
(Will
not
be
present
if
not
migrated)"
last_author_name
:
<name>
last_commiter_name
:
<name>
admins
:
name
:
<name>
name
:
<name>
VP
:
<name>
vars/main.groovy
View file @
cfa8f7c9
def
call
(
String
filepath
)
{
def
call
(
body
)
{
node
{
stage
(
'build a job'
)
{
jobDsl
targets:
[
'jobs.groovy'
].
join
(
'\n'
),
removedJobAction:
'DELETE'
,
removedViewAction:
'DELETE'
,
lookupStrategy:
'SEED_JOB'
,
params:
[
jobName:
'test-app'
]
}
sh
"echo hello_world"
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment