Category: continuous integration
-
The basics of GitLab CI: How to run jobs sequentially, in parallel, or out of order
https://about.gitlab.com/blog/2020/12/10/basics-of-gitlab-ci-updated/
-
GitLab CI – an introduction by Ivan Nemytchenko
https://about.gitlab.com/blog/2016/07/29/the-basics-of-gitlab-ci/
-
Atlassian Bamboo
https://en.wikipedia.org/wiki/Bamboo_(software) https://www.atlassian.com/software/bamboo http://curlie.org/Computers/Software/Build_Management/Build_Manager_Tools/
-
Liquidsoftware Book: The Seven Deadly Sins of Versioning
https://liquidsoftware.com/blog/the-seven-deadly-sins-of-versioning-part-1/ https://liquidsoftware.com/blog/the-7-deadly-sins-of-versioning-part-2/ https://liquidsoftware.com/uncategorized/the-seven-deadly-sins-of-versioning-part-3-versions-in-the-code/ https://www.amazon.com/dp/1981855726 – “Liquid Software: How to Achieve Trusted Continuous Updates in the DevOps World“
-
Jenkins CI: deploying to JFrog Artifactory
https://jfrog.com/artifactory/ https://www.jfrog.com/confluence/display/RTF/Jenkins+Artifactory+Plug-in – Jenkins <2 style https://www.jfrog.com/confluence/display/RTF/Working+With+Pipeline+Jobs+in+Jenkins – the Jenkins 2 style – “Using (Either) Declarative or Scripted Syntax“ https://www.jfrog.com/confluence/display/MC/Jenkins+Service – available with the “Enterprise Plus” edition of Artifactory https://www.jfrog.com/confluence/display/RTF4X/Jenkins+%28Hudson%29+Artifactory+Plug-in – isn’t this Jenkins <2 style?!?
-
JFrog Artifactory as the backbone for a continuous delivery tool chain
https://jfrog.com/usecase/artifactory-backbone-continuous-delivery-tool-chain/ – May 2016 https://www.linkedin.com/in/CraigVosburgh/ – Office of the CTO at CA Technologies
-
Jenkins CI and HTTPS certificates (starting and accessing Jenkins)
https://wiki.jenkins-ci.org/display/JENKINS/Starting+and+Accessing+Jenkins
-
Starting with 2.54, Jenkins now requires Java 8
https://jenkins.io/blog/2017/04/10/jenkins-has-upgraded-to-java-8/
-
Jenkins vs Java8 – SSL, fonts, “-Djava.awt.headless=…”, …
I had to migrate from Java7 to Java8 eventually. When you start launching your jenkins WAR file, you will run into at least these issues: for HTTPS you are requested to create a certificate “-Djava.awt.headless=…” font trouble In order to ignore the HTTPS / certificate noise for the time being, I switched on the HTTP…
-
Continuous Integration / Delivery for Debian packages – jenkins-debian-glue.org
https://jenkins-debian-glue.org https://jenkins-debian-glue.org/contact/ I do have Jenkins running on Debian, creating Debian packages as deployables – I plan to deploy to a Debian repository. https://wiki.jenkins.io/display/JENKINS/Debian+Pbuilder+Plugin https://blog.packagecloud.io/eng/2017/03/23/create-debian-repository-reprepro/ Automatic handling of repositorieswithout manual interaction: reprepro: https://wikitech.wikimedia.org/wiki/Reprepro freight: https://salsa.debian.org/debian/freight – the fork https://github.com/rcrowley/freight – the original https://www.systutorials.com/docs/linux/man/1-freight-cache http://midactstech.blogspot.com/2014/05/install-freight.html – maybe that only works with the original