Skip to content

Console Output

14:21:03 [2022-01-13T13:21:03.780Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
14:21:03 [2022-01-13T13:21:03.780Z] 		 Affected argument(s) used the following variable(s): [GIT_AUTH_USR, GIT_AUTH_PSW]
14:21:03 [2022-01-13T13:21:03.780Z] 		 See https://jenkins.io/redirect/groovy-string-interpolation for details.
14:21:04 [2022-01-13T13:21:04.034Z] + git config --local credential.helper !f() { echo username=\****; echo password=\****; }; f
14:21:04 [2022-01-13T13:21:04.035Z] + git push origin HEAD:master
14:21:04 [2022-01-13T13:21:04.586Z] Everything up-to-date