Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Colas Pomies
LbNightlyTools
Commits
785cc19b
Commit
785cc19b
authored
Apr 16, 2015
by
cpomies
Browse files
Add script config.sh for upload the folder configs
parent
9bec0ce8
Changes
1
Hide whitespace changes
Inline
Side-by-side
jenkins/config.sh
0 → 100644
View file @
785cc19b
#!/bin/bash
###############################################################################
# (c) Copyright 2013 CERN #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
# hack because of a bug with non-writable home (this script is run by tomcat)
export
HOME
=
$PWD
# Set common environment
.
$(
dirname
$0
)
/common.sh
if
[
"
$JENKINS_MOCK
"
!=
"true"
-o
!
-e
configs
]
;
then
# Get the slot configuration files from Subversion
lbn-get-configs
fi
\ No newline at end of file
Write
Preview
Supports
Markdown
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