Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
it-bott-integrasjoner
topdesk-client
Commits
516fadcb
Commit
516fadcb
authored
Apr 16, 2020
by
Sivert Kronen Hatteberg
Browse files
Merge pull request #2 in INT/topdesk-client from INT-232-dep-check to master
* commit '
28127536
': Add a dependency checker job
parents
12197c62
28127536
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile-dependencies-check
0 → 100644
View file @
516fadcb
#
!
/usr/
bin
/
env
groovy
pipeline
{
agent
any
triggers
{
cron
(
'@weekly'
)
}
stages
{
stage
(
'Run check'
)
{
steps
{
build
(
job:
'jenkins-common-jobs/dependencies-checking/python-dependency-checker'
,
parameters:
[
string
(
name:
'gitUrl'
,
value:
"${GIT_URL}"
),
string
(
name:
'notificationMail'
,
value:
'cerebrum-utvikling@usit.uio.no'
),
string
(
name:
'pythonVersion'
,
value:
'python3'
)
]
)
}
}
}
}
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