Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Abdullah Khabir
meo
Commits
bf988fed
Commit
bf988fed
authored
7 months ago
by
Abdullah Khabir
Browse files
Options
Download
Email Patches
Plain Diff
there was a typo in post action block
parent
accc219a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Jenkinsfile
Jenkinsfile
+1
-1
No files found.
Jenkinsfile
View file @
bf988fed
...
...
@@ -36,7 +36,7 @@ pipeline {
// Example: Call your deployment script or steps here
// sh "deploy-script.sh ${lastSuccessfulBuild.getNumber()} --commit ${lastCommitSha}"
sh
"""
docker buildx build -t khabir7/helloworld:${lastCommitSha}
docker buildx build -t khabir7/helloworld:${lastCommitSha}
.
docker run --rm khabir7/helloworld:${lastCommitSha}
"""
}
else
{
...
...
This diff is collapsed.
Click to expand it.
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