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') {