Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fedci-pipelines
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
RamaRao Gajendrula
fedci-pipelines
Commits
4a9fe867
Commit
4a9fe867
authored
Feb 14, 2020
by
RamaRao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
to change scripts
parent
c4869721
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
32 deletions
+23
-32
job_pem_pricegroup_ui_build.groovy
school-main-build/job_pem_pricegroup_ui_build.groovy
+23
-32
No files found.
school-main-build/job_pem_pricegroup_ui_build.groovy
View file @
4a9fe867
job
(
'pem-pricegroup-ui-build'
)
{
wrappers
{
def
gitUrl
=
"https://github.com/gajendrularamarao/fedci-pipelines.git"
credentialsBinding
{
usernamePassword
(
'GITHUB_USER'
,
'GITHUB_TOKEN'
,
'pem-github-token'
)
job
(
'school--main-build'
)
{
usernamePassword
(
'ARTIFACTORY_USER'
,
'ARTIFACTORY_KEY'
,
'github_credential'
)
description
"Builds MyProject from master branch."
}
parameters
{
}
stringParam
(
'COMMIT'
,
'HEAD'
,
'Commit to build'
)
authorization
{
permission
(
'hudson.model.Item.Build'
,
'PEM-FEDCI-PIPELINE-DEVTEAM'
)
permission
(
'hudson.model.Item.Configure'
,
'PEM-FEDCI-PIPELINE-DEVTEAM'
)
}
}
logRotator
{
logRotator
{
numToKeep
(
7
)
numToKeep
(
15
)
}
}
label
(
'pipes-docker-agent'
)
environmentVariables
{
env
(
'APP_GIT_URL'
,
'https://github.gapinc.com/plan/pem-price-groups-ui'
)
}
scm
{
scm
{
git
{
git
{
remote
{
remote
{
url
(
'${APP_GIT_URL}.git'
)
url
gitUrl
.
credentials
(
'github_credential'
)
}
}
branch
(
"master"
)
branch
(
"
origin/
master"
)
}
}
extensions
{
wipeOutWorkspace
()
localBranch
master
}
}
}
steps
{
steps
{
gradle
{
gradle
{
useWrapper
(
true
)
useWrapper
(
true
)
makeExecutable
(
true
)
makeExecutable
(
true
)
tasks
(
'clean
yarn_install build test artifactoryPublish -Dspring.profiles.active=pro
d'
)
tasks
(
'clean
buil
d'
)
switches
(
'-g . --no-daemon'
)
switches
(
'-g . --no-daemon'
)
fromRootBuildScriptDir
(
true
)
fromRootBuildScriptDir
(
true
)
}
}
}
}
triggers
{
triggers
{
scm
(
'* * * * *'
)
{
scm
(
'* * * * *'
)
{
ignorePostCommitHooks
()
ignorePostCommitHooks
()
}
}
}
}
publishers
{
wrappers
{
colorizeOutput
()
}
}
}
}
listView
(
'
pem-pricegroup-ui
'
)
{
listView
(
'
School_jobs
'
)
{
columns
{
columns
{
status
()
status
()
weather
()
weather
()
...
@@ -57,12 +53,7 @@ listView('pem-pricegroup-ui') {
...
@@ -57,12 +53,7 @@ listView('pem-pricegroup-ui') {
buildButton
()
buildButton
()
}
}
jobs
{
jobs
{
name
(
'pem-pricegroup-ui-build'
)
name
(
'school--main-build'
)
name
(
'pem-pricegroup-ui-pr-build'
)
name
(
'PEM-Pricegroup-Ui-GitHub-Pull-Request-Builder'
)
name
(
'pem-vmware-pricegroup-ui-deploy-to-environment'
)
name
(
'pem-pricegroup-ui-prod-migrate-artifact'
)
name
(
'pem-vmware-pricegroup-ui-deploy-to-production'
)
name
(
'pem-pricegroup-ui-deploy-to-azure-environment'
)
}
}
}
}
\ 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