diff options
author | Christian Segundo | 2024-07-23 21:45:47 +0200 |
---|---|---|
committer | Christian Segundo | 2024-07-23 21:45:47 +0200 |
commit | 1077f0b659af38f58516e472527650da5766d314 (patch) | |
tree | ae5ee72faa08dfb9e15d1bc308181d78d3fa0117 | |
parent | 362af4e16d7cdfa1512a6f2f154f055907b4d900 (diff) | |
download | transmission-hacks-1077f0b659af38f58516e472527650da5766d314.tar.gz |
no tests for now
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 1293357..fe52522 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { options { ansiColor('xterm') } stages { stage('Build') { steps { sh 'bash .scripts.d/20-build.sh' } } - stage('Test') { steps { sh 'bash .scripts.d/30-test.sh' } } + // stage('Test') { steps { sh 'bash .scripts.d/30-test.sh' } } stage('Publish') { environment { DOCKERHUB_TOKEN = credentials('DOCKERHUB_TOKEN') } steps { sh 'bash .scripts.d/40-publish.sh' } |