Skip to content

Commit

Permalink
[SHIBUI-920]
Browse files Browse the repository at this point in the history
write metadata-providers.xml file
  • Loading branch information
jj committed Oct 11, 2018
1 parent db828bf commit 16088df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pipeline {
steps {
sh '''
docker stop shibui || true && docker rm shibui || true
docker run -d --restart always --name shibui -p 8080:8080 -v /etc/shibui/application.properties:/application.properties -m 3GB --memory-swap=3GB unicon/shibui:latest
docker run -d --restart always --name shibui -p 8080:8080 -v /etc/shibui:/conf -v /etc/shibui/application.properties:/application.properties -m 3GB --memory-swap=3GB unicon/shibui-pac4j:latest
'''
}
}
Expand Down
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name=shibui
group=edu.internet2.tier.shibboleth.admin.ui
version=1.0.1-SNAPSHOT

shibboleth.version=3.4.0-SNAPSHOT
opensaml.version=3.4.0-SNAPSHOT
xmltooling.version=1.4.7-SNAPSHOT
shibboleth.version=3.4.0
opensaml.version=3.4.0

spring-boot.version=2.0.0.RELEASE

Expand Down

0 comments on commit 16088df

Please sign in to comment.