Tag Cloud
- ActiveMQ
- Artifactory
- AWS
- AWS Beanstalk
- AWS DynamoDB
- AWS EMR
- AWS Glacier
- AWS IAM
- AWS RDS
- AWS Route 53
- AWS S3
- AWS SDK Java
- AWS SQS
- AWS VPC
- Axis2
- blockchain
- Boxfuse
- BPEL
- BPMN
- Citrus
- Cloud
- CloudCheckr
- Continuous Build
- Continuous Delivery
- CruiseControl
- CXF
- DataMining
- Docker
- EJB3
- ethereum
- Git
- GitLab
- GlassFish
- Hadoop
- Hibernate
- IntelliJ IDEA
- iOS
- Jasper Reports
- JAX-WS
- JAXB
- JBoss AS
- Jenkins
- JMS
- Linux
- MapForce
- MapReduce
- maven
- MongoDB
- Mule
- Mule ESB
- Mule iON
- Netbeans
- Nexus
- OpenEJB
- Oracle BPEL
- Oracle iAS
- Oracle WSM
- Oracle XE
- Quartz
- Red Hat
- REST
- Security
- Smooks
- SOA/Web Services
- SoapUI
- Spring Boot
- Spring Framework
- Spring Integration
- Spring WS
- Swift
- TOGAF9
- Tomcat
- WSO2 ESB
- XCode
- XML/XSD/XSLT
Archives
Categories
Top Posts & Pages
- Run your Spring Boot application on AWS using Elastic Beanstalk
- Using your own WSDL with a WSO2 ESB Proxy Service
- Assigning a subdomain to a Beanstalk application with AWS Route 53
- Transforming XML to CSV via XSLT
- Signing and Validating Soap requests with Mule ESB
- 'Error import WSDL' in SoapUI
- Using a WAR module as dependency in Maven
- Using Amazon RDS with your WordPress installation
- Running the Maven Release Plugin with Jenkins
- Set up private blockchain with Ethereum (part 2)
About me
Pascal Alma
Pascal is a senior IT consultant and has been working in IT since 1997. He is monitoring the latest development in new technologies (Mobile, Cloud, Big Data) closely and particularly interested in Java open source tool stacks, cloud related technologies like AWS and mobile development like building iOS apps with Swift. Specialties: Java/JEE/Spring Amazon AWS API/REST Big Data Continuous Delivery Swift/iOS
Personal Links
Tag Archives: Continuous Delivery
Use Spring Cloud Config as externalized configuration
One of the most important practices when it comes to continuous delivery is building your binaries only once and use that one in the different environments (dev, test, acceptance, etc). This means that most likely you will need to externalize … Continue reading
Posted in Continuous Delivery, Spring Framework
Tagged Continuous Delivery, Spring Boot, Spring Framework
2 Comments
Pipeline as code with a Spring Boot application
This is the last in a serie of posts about continuous delivery based on my local Docker compose stack (see the first and second post here). In this post I use a simple Spring Boot project to show how to … Continue reading
Posted in Continuous Delivery, Git, Jenkins, Spring Framework
Tagged Continuous Delivery, GitLab, Jenkins, Nexus, Spring Boot
4 Comments
Configure Jenkins for Continuous Delivery of a Spring Boot application
In my previous post I described how I started a continuous delivery stack with one simple command. The next step is to prepare the stack to build and deploy an application in an automated way. In this post I describe … Continue reading
Posted in Continuous Delivery, Docker, Jenkins
Tagged Continuous Delivery, Docker, GitLab, Jenkins
4 Comments
Set up your own Continuous Delivery stack
Last week I wanted to try new things with ‘pipeline as code’ with Jenkins. The best way to try new things is running it as Docker containers. This way I can keep my MacBook clean and don’t mess up existing … Continue reading
Posted in Continuous Delivery, Docker, Jenkins
Tagged Continuous Build, Continuous Delivery, Docker, GitLab, Jenkins, Nexus
3 Comments