From 631d30a3ce8bbe5ac47ec32991a4b6282ca02b68 Mon Sep 17 00:00:00 2001 From: EvilBeaver Date: Mon, 9 Jun 2025 10:08:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=B3=D0=BE=D1=82=D0=BE?= =?UTF-8?q?=D0=B2=D0=BA=D0=B0=20=D0=BA=20=D0=B2=D1=8B=D0=BF=D1=83=D1=81?= =?UTF-8?q?=D0=BA=D1=83=20rc.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 74c586cdd..13bdbdb4a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,27 +5,11 @@ pipeline { environment { VersionPrefix = '2.0.0' - VersionSuffix = 'rc.7'+"+${BUILD_NUMBER}" + VersionSuffix = 'rc.7' outputEnc = '65001' } stages { - //stage('Prepare Linux Environment') { - // agent{ label 'master'} - // steps{ - // dir('install'){ - // sh 'chmod +x make-dockers.sh && ./make-dockers.sh' - // } - // withCredentials([usernamePassword(credentialsId: 'docker-hub', passwordVariable: 'dockerpassword', usernameVariable: 'dockeruser')]) { - // sh """ - // docker login -p $dockerpassword -u $dockeruser - // docker push oscript/onescript-builder:deb - // docker push oscript/onescript-builder:rpm - // docker push oscript/onescript-builder:gcc - // """.stripIndent() - // } - // } - //} stage('Build'){ parallel { stage('Windows Build') {