Skip to content

Commit 50e6a54

Browse files
committed
Revert "Подготовка к выпуску rc.7"
This reverts commit 631d30a.
1 parent 4b2915b commit 50e6a54

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

Jenkinsfile

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

66
environment {
77
VersionPrefix = '2.0.0'
8-
VersionSuffix = 'rc.7'
8+
VersionSuffix = 'rc.7'+"+${BUILD_NUMBER}"
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+
//}
1329
stage('Build'){
1430
parallel {
1531
stage('Windows Build') {

0 commit comments

Comments
 (0)