Skip to content

Commit

Permalink
disable auto running job
Browse files Browse the repository at this point in the history
  • Loading branch information
cfkanesan committed Aug 30, 2024
1 parent 69b2faa commit de7759d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jenkins/icontools/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ pipeline {
label 'balfrin'
}

options {
overrideIndexTriggers(false)
}

environment {
MAMBA_ROOT_PREFIX="$WORKSPACE/micromamba"
MICROMAMBA_INSTALL_PATH="$SCRATCH/mch_jenkins_node/tools/micromamba"
Expand Down

0 comments on commit de7759d

Please sign in to comment.