Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
fix: Replace ${CICTL_VERSION} with the actual cictl version (3.2.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Dombeck committed Jun 7, 2021
1 parent f641000 commit b462b3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ pipeline {

// Credentials for accessing the fuzzing service
CI_FUZZ_API_TOKEN = credentials('CI_FUZZ_API_TOKEN')
CICTL = "${WORKSPACE}/cictl-%{CICTL_VERSION}-linux";
CICTL_VERSION = '%{CICTL_VERSION}';
CICTL = "${WORKSPACE}/cictl-3.2.2-linux";
CICTL_VERSION = '3.2.2';
CICTL_SHA256SUM = '1638c7426af10dccc60da00fa70c6c42fb7b8cea59ee926a64568784b61926d3';
CICTL_URL = 'https://s3.eu-central-1.amazonaws.com/public.code-intelligence.com/cictl/cictl-%{CICTL_VERSION}-linux';
CICTL_URL = 'https://s3.eu-central-1.amazonaws.com/public.code-intelligence.com/cictl/cictl-3.2.2-linux';
FINDINGS_TYPE = 'CRASH';
TIMEOUT = '900'

Expand Down

0 comments on commit b462b3a

Please sign in to comment.