aboutsummaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Segundo2024-07-23 21:45:47 +0200
committerChristian Segundo2024-07-23 21:45:47 +0200
commit1077f0b659af38f58516e472527650da5766d314 (patch)
treeae5ee72faa08dfb9e15d1bc308181d78d3fa0117 /Jenkinsfile
parent362af4e16d7cdfa1512a6f2f154f055907b4d900 (diff)
downloadtransmission-hacks-1077f0b659af38f58516e472527650da5766d314.tar.gz
no tests for now
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
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' }