Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
avi_reader
Project
Overview
Details
Activity
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
adtf3_open_source
adtffileplugins
readers
avi_reader
Commits
ae752657
Commit
ae752657
authored
May 17, 2021
by
Florian Roth
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'update-jenkins-lib' into 'master'
Update jenkins lib See merge request
!5
parents
d928f2cd
90e6255b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
11 deletions
+6
-11
Jenkinsfile
scripts/jenkins/Deployer/Jenkinsfile
+0
-5
ci_settings.json
scripts/jenkins/ci_settings.json
+6
-6
No files found.
scripts/jenkins/Deployer/Jenkinsfile
View file @
ae752657
...
...
@@ -189,11 +189,6 @@ pipeline {
success
{
script
{
currentBuild
.
keepLog
=
true
copyArtifacts
(
projectName:
"${currentBuild.getUpstreamBuilds().first().getFullProjectName()}"
,
selector:
specific
(
"${currentBuild.getUpstreamBuilds().first().getNumber()}"
)
)
archiveArtifacts
(
"Artifacts.zip"
)
}
}
cleanup
{
...
...
scripts/jenkins/ci_settings.json
View file @
ae752657
{
"artifactory"
:
{
"server_id"
:
{
"default"
:
"dw-
testing
"
,
"default"
:
"dw-
release
"
,
"nightly"
:
"dw-release"
,
"staging"
:
"dw-
testing
"
,
"staging"
:
"dw-
release
"
,
"production"
:
"dw-release"
,
"preview"
:
"dw-release"
},
"generic_repo"
:
{
"default"
:
"
ADTF-Community-Artifact
s"
,
"default"
:
"
Internal-Build
s"
,
"nightly"
:
"Community-Releases"
,
"staging"
:
"
ADTF-Community-Artifact
s"
,
"staging"
:
"
Internal-Build
s"
,
"production"
:
"Community-Releases"
,
"preview"
:
"Community-Releases"
}
},
"conan"
:
{
"remote"
:
{
"default"
:
"dw-
conan-artifact
s"
,
"default"
:
"dw-
internal-build
s"
,
"nightly"
:
"dw-community-releases"
,
"staging"
:
"dw-
conan-artifact
s"
,
"staging"
:
"dw-
internal-build
s"
,
"production"
:
"dw-community-releases"
,
"preview"
:
"dw-community-releases"
},
...
...
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