projects
/
pixelpark
/
hiera.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dae8657
)
Correct yum install
author
Philipp Dallig
<philipp.dallig@pixelpark.com>
Mon, 15 May 2017 12:30:08 +0000
(14:30 +0200)
committer
Philipp Dallig
<philipp.dallig@pixelpark.com>
Mon, 15 May 2017 12:30:08 +0000
(14:30 +0200)
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index 97424ba32e386a0c538587009751bb0b156c6d76..47a2ba4aa95dd5d27125ed3e35af842755cf75ea 100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-3,7
+3,7
@@
stage 'Yaml-Linter'
node("mesos") {
deleteDir()
git credentialsId: 'd1d6ad59-8d5a-45b4-acfb-64a36d7fd8cd', url: 'git@git.pixelpark.com:puppet/hiera.git', branch: "${BRANCH_NAME}"
- sh '/bin/yum install yamllint'
+ sh '/bin/yum install
-y
yamllint'
sh '/usr/local/rvm/wrappers/default/bundle install --path vendor --without system_tests'
sh '/usr/bin/yamllint -c yamllint.config .'
}