{"id":16785096,"url":"https://github.com/imod/jenkins-git-askpass-pipeline-lib","last_synced_at":"2025-04-10T23:02:37.038Z","repository":{"id":55520848,"uuid":"131820815","full_name":"imod/jenkins-git-askpass-pipeline-lib","owner":"imod","description":"a small pipeline extension to ease the usage of GIT_ASKPASS in jenkins pipeline","archived":false,"fork":false,"pushed_at":"2020-12-24T03:50:53.000Z","size":3,"stargazers_count":10,"open_issues_count":1,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-24T19:52:33.362Z","etag":null,"topics":["git","jenkins","jenkins-pipeline","jenkinsfile"],"latest_commit_sha":null,"homepage":null,"language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-02T08:25:08.000Z","updated_at":"2025-02-14T07:24:37.000Z","dependencies_parsed_at":"2022-08-15T02:20:25.162Z","dependency_job_id":null,"html_url":"https://github.com/imod/jenkins-git-askpass-pipeline-lib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imod%2Fjenkins-git-askpass-pipeline-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imod%2Fjenkins-git-askpass-pipeline-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imod%2Fjenkins-git-askpass-pipeline-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imod%2Fjenkins-git-askpass-pipeline-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imod","download_url":"https://codeload.github.com/imod/jenkins-git-askpass-pipeline-lib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248312145,"owners_count":21082638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","jenkins","jenkins-pipeline","jenkinsfile"],"created_at":"2024-10-13T08:08:08.948Z","updated_at":"2025-04-10T23:02:36.978Z","avatar_url":"https://github.com/imod.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gitAskPass - GIT_ASKPASS\n\nsmall jenkins pipeline example extension to ease the usage of GIT_ASKPASS on a remote repositories via HTTP/HTTPS\n\n### how to use\n\n  `gitAskPass('\u003cGIT_CREDENTIALS_ID_TO_USE\u003e', '\u003cthe full git command needing authentication\u003e')`\n\n\n  ```groovy\n    @Library('my-shared-library')\n\n    pipeline {\n        agent any\n        stages {\n            stage ('build') {\n            steps {\n                script {\n                    gitAskPass('MY_GIT_CREDENTIALS', 'git clone https://github.com/imod/jenkins-git-askpass-pipeline-lib.git')\n                }\n            }\n            }\n        }\n        post { \n            always { \n                cleanWs()\n            }\n        }   \n    }\n  ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimod%2Fjenkins-git-askpass-pipeline-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimod%2Fjenkins-git-askpass-pipeline-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimod%2Fjenkins-git-askpass-pipeline-lib/lists"}