Archive of posts with category 'jenkins' and lang 'en'

How can I make Jenkins CI with Git trigger on pushes to master
Automate Your Developer Workflow with Github Actions
![[RÉSOLU] Les dépendances Maven échouent avec une erreur 501](https://res.cloudinary.com/brightsoftwares/image/upload/t_BSBlogImage/v1648104405/arkadiusz-gasiorowski-nvYIrRZAFgg-unsplash_eycjcv.jpg)
[RÉSOLU] Les dépendances Maven échouent avec une erreur 501
J’ai une installation jekins sur mon infrastructure. J’ai découvert que récemment mes travaux maven échouaient avec une exception indiquant qu’ils ne pouvaient pas extraire les dépendances. Voici comment je l’ai résolu.

Overview on jenkins
Today we are going to deep dive into that jenkins is and how it improves your devops continuous integration environments.

A complete tutorial about jenkins file
In this post I am going to show you what jenkins file is how to create it and what the syntax looks like.

Jenkins CI Pipeline Scripts not permitted to use method groovy.lang.GroovyObject
Apache groovy is an object-oriented programming language used for the jvm platform. This dynamic language has a lot of features drawing inspiration from python small talk and ruby.

How to run jenkins jobs with docker
I have successfully deployed my jenkins instance and did a good setup in my [[2022-08-31-a-complete-tutorial-about-jenkins-file|jenkins file]]. Now I am configuring it to run my jobs. My target is to have some task run inside a docker container.

the trustAnchors parameter must be non-empty on Linux, or why is the default truststore empty
I am moving my configuration from a windows machine into an Amazon AWS EC2 instances which runs Linux.

TrustAnchors parameter must be non-empty
I have successfully installed and made to work an Hudson installation on Windows machine. Now I am trying to move my installation to a Linux server.
![[RÉSOLU] Les dépendances Maven échouent avec une erreur 501](https://res.cloudinary.com/brightsoftwares/image/upload/t_BSBlogImage/v1648104405/arkadiusz-gasiorowski-nvYIrRZAFgg-unsplash_eycjcv.jpg)
[RÉSOLU] Les dépendances Maven échouent avec une erreur 501
J’ai une installation jekins sur mon infrastructure. J’ai découvert que récemment mes travaux maven échouaient avec une exception indiquant qu’ils ne pouvaient pas extraire les dépendances. Voici comment je l’ai résolu.
![[SOLVED] Maven dependencies are failing with a 501 error](https://res.cloudinary.com/brightsoftwares/image/upload/t_BSBlogImage/v1648104405/arkadiusz-gasiorowski-nvYIrRZAFgg-unsplash_eycjcv.jpg)
[SOLVED] Maven dependencies are failing with a 501 error
I have a jekins installation on my infrastructure. I found that recently my maven jobs are failing with an exception saying that they couldn’nt pull dependencies. Here is how I solved it.