Skip to content

Commit 631d30a

Browse files
committed
Подготовка к выпуску rc.7
1 parent f42b9d1 commit 631d30a

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,11 @@ pipeline {
55

66
environment {
77
VersionPrefix = '2.0.0'
8-
VersionSuffix = 'rc.7'+"+${BUILD_NUMBER}"
8+
VersionSuffix = 'rc.7'
99
outputEnc = '65001'
1010
}
1111

1212
stages {
13-
//stage('Prepare Linux Environment') {
14-
// agent{ label 'master'}
15-
// steps{
16-
// dir('install'){
17-
// sh 'chmod +x make-dockers.sh && ./make-dockers.sh'
18-
// }
19-
// withCredentials([usernamePassword(credentialsId: 'docker-hub', passwordVariable: 'dockerpassword', usernameVariable: 'dockeruser')]) {
20-
// sh """
21-
// docker login -p $dockerpassword -u $dockeruser
22-
// docker push oscript/onescript-builder:deb
23-
// docker push oscript/onescript-builder:rpm
24-
// docker push oscript/onescript-builder:gcc
25-
// """.stripIndent()
26-
// }
27-
// }
28-
//}
2913
stage('Build'){
3014
parallel {
3115
stage('Windows Build') {

0 commit comments

Comments
 (0)