From 44794b7bbd1810b9fa40513711d75efa8cd6e967 Mon Sep 17 00:00:00 2001 From: Todor Mitev Date: Wed, 8 Jul 2026 08:57:01 +0300 Subject: [PATCH] feat: Jenkins, trufflehog and gh-app fixed --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 20ce5da..2e24a64 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ pipeline { - agent { label 'azure-linux-ubuntu-18' } + agent { label 'aws-linuxdocker-test' } options { skipStagesAfterUnstable() disableConcurrentBuilds() @@ -22,7 +22,7 @@ pipeline { [$class: 'CloneOption', shallow: true, depth: 1, noTags: false] ], submoduleCfg: [], - userRemoteConfigs: [[credentialsId: 'github-app-podio-jm', url: 'https://github.com/podio/jammit.git']] + userRemoteConfigs: [[credentialsId: 'gh-podio-app', url: 'https://github.com/podio/jammit.git']] ]) } } @@ -30,7 +30,7 @@ pipeline { stage('Polaris') { environment { BRIDGE_POLARIS_SERVERURL = "https://polaris.blackduck.com" - BRIDGE_POLARIS_ACCESSTOKEN = credentials('blackduck-api-token') + BRIDGE_POLARIS_ACCESSTOKEN = credentials('blackduck-polaris-token') BRIDGE_POLARIS_APPLICATION_NAME = "Podio-Podio" BRIDGE_POLARIS_PROJECT_NAME = "jammit" BRIDGE_POLARIS_BRANCH_NAME = "${env.branchName}" @@ -84,7 +84,7 @@ pipeline { def scanExitCode = sh(returnStatus: true, script: """ docker run --rm -v "${repoPath}:/usr/src" \ - artifacts.progress.com/ci-local-docker/trufflesecurity/trufflehog:3.88.29-amd64 \ + artifacts.sharefile-coretools.com/sharefile/trufflesecurity/trufflehog:3.88.29-amd64 \ git file:/usr/src \ --branch="${env.branchName}" \ --results=verified \