Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse TRACE4CPS
trace4cps
Commits
f0ae8b54
Commit
f0ae8b54
authored
May 27, 2022
by
Yuri Blankenstein
Browse files
#18
Website deployment failed when no changes
parent
cea8ec65
Pipeline
#4422
passed with stage
in 0 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
f0ae8b54
...
...
@@ -183,9 +183,7 @@ pipeline {
git config user.email "trace4cps-bot@eclipse.org"
git config user.name "genie.trace4cps"
git config push.default simple # Required to silence Git push warning.
git add -A
git commit -q -m "Website release ${RELEASE_VERSION}." -m "Generated from commit ${GIT_COMMIT}"
git push
git diff-index --quiet HEAD || git commit -q -a -m "Website release ${RELEASE_VERSION}." -m "Generated from commit ${GIT_COMMIT}" || git push
'''
}
}
...
...
releng/org.eclipse.trace4cps.website/assembly.xml
View file @
f0ae8b54
...
...
@@ -35,6 +35,7 @@
<unpackOptions>
<includes>
<include>
html/**
</include>
<include>
icons/**
</include>
</includes>
</unpackOptions>
</dependencySet>
...
...
temporallogic/org.eclipse.trace4cps.tl.cmd/pom.xml
View file @
f0ae8b54
...
...
@@ -91,7 +91,7 @@
<artifactId>
maven-assembly-plugin
</artifactId>
<executions>
<execution>
<id>
assemble-v
erify-
cli
</id>
<id>
assemble-
r
vcli
</id>
<phase>
package
</phase>
<goals>
<goal>
single
</goal>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment