This commit is contained in:
iFargle
2023-02-08 13:28:42 +09:00
parent 452e9ea562
commit 34d540d546

2
Jenkinsfile vendored
View File

@@ -37,8 +37,8 @@ pipeline {
}
}
stage('Push') {
options { timeout(time: 5, unit: 'MINUTES') }
if (${env.BRANCH_NAME} == 'testing') {
options { timeout(time: 5, unit: 'MINUTES') }
steps {
script {
docker.withRegistry('https://git.sysctl.io/', 'gitea-jenkins-pat') {