We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9165d5f commit 035dd40Copy full SHA for 035dd40
1 file changed
Jenkinsfile
@@ -104,7 +104,7 @@ pipeline {
104
}
105
106
107
- stage('Prepare') {
+ stage('Prepare: Release/Store') {
108
when {
109
anyOf {
110
equals expected: true, actual: params.release
@@ -163,7 +163,7 @@ pipeline {
163
cp -r dist-deploy-io/* gh-pages/
164
cd gh-pages
165
git add *
166
- git -c user.name='Mr. Jenkins' -c user.email='studyathome@technium-wien.at' commit -m 'docs: release asterics-docs'
+ git -c user.name='Mr. Jenkins' -c user.email='studyathome@technikum-wien.at' commit -m 'docs: release asterics-docs'
167
git push https://$GH_TOKEN@github.com/asterics/asterics-docs.git
168
'''
169
0 commit comments