fragpit
fragpit
Same here. Two Jenkins servers w/ GitLab plugin installed. Both updated to same/latest version of plugins and server. (installed plugin list is different). One works perfectly (freestyle or pipeline) another...
looks like on docker 20.10.17 this issue is not happening. on 19.03 it happens.
after this change: ```diff diff --git a/sources/scram.h b/sources/scram.h index 8bbe4f5..3b59421 100644 --- a/sources/scram.h +++ b/sources/scram.h @@ -1,7 +1,7 @@ #ifndef ODYSSEY_SCRAM_H #define ODYSSEY_SCRAM_H -#if PG_VERSION_NUM >= 120000 +#if PG_VERSION_NUM >=...