Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MPI-Dortmund
sphire
eman2mirror
Commits
8d7bd97c
Commit
8d7bd97c
authored
Feb 15, 2018
by
shadow_walker
Browse files
build-scripts branch: win-binary-release-2.21a [ci skip]
parent
d88b3e37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
8d7bd97c
...
...
@@ -88,7 +88,7 @@ pipeline {
INSTALLERS_DIR
=
'${HOME_DIR}/workspace/${STAGE_NAME}-installers'
DEPLOY_DEST
=
'zope@ncmi.grid.bcm.edu:/home/zope/zope-server/extdata/reposit/ncmi/software/counter_222/software_136/'
NUMPY_VERSION
=
'1.9'
BUILD_SCRIPTS_BRANCH
=
'
jenkins-refactor-win
'
BUILD_SCRIPTS_BRANCH
=
'
win-binary-release-2.21a
'
CI_BUILD
=
sh
(
script:
"! git log -1 | grep '.*\\[ci build\\].*'"
,
returnStatus:
true
)
CI_BUILD_WIN
=
sh
(
script:
"! git log -1 | grep '.*\\[ci build win\\].*'"
,
returnStatus:
true
)
CI_BUILD_LINUX
=
sh
(
script:
"! git log -1 | grep '.*\\[ci build linux\\].*'"
,
returnStatus:
true
)
...
...
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