ci: add jenkins pipeline #1

Merged
wpetit merged 3 commits from ci-pipeline into master 2023-08-23 22:57:23 +02:00
Owner
No description provided.
wpetit added 1 commit 2023-08-23 19:54:42 +02:00
Cadoles/mktools/pipeline/head This commit is unstable Details
Cadoles/mktools/pipeline/pr-master This commit is unstable Details
9d62c8f968
ci: add jenkins pipeline
Owner

Test report for 9d62c8f

mkdir -p tools/checkmake/bin
grep -qF -- "tools/" ".gitignore" 2>/dev/null || echo "tools/" >> ".gitignore"
curl -sL -o tools/checkmake/bin/checkmake  "https://github.com/mrtazz/checkmake/releases/download/0.2.2/checkmake-0.2.2.linux.amd64"
chmod +x tools/checkmake/bin/checkmake
tools/checkmake/bin/checkmake Makefile tasks/*.mk
      RULE                 DESCRIPTION                 FILE NAME        LINE NUMBER  
                                                                                     
  minphony        Missing required phony target    Makefile             0            
                  "all"                                                              
  minphony        Missing required phony target    Makefile             0            
                  "clean"                                                            
  minphony        Missing required phony target    Makefile             0            
                  "test"                                                             
  phonydeclared   Target "build" should be         Makefile             4            
                  declared PHONY.                                                    
  minphony        Missing required phony target    tasks/changelog.mk   0            
                  "all"                                                              
  minphony        Missing required phony target    tasks/changelog.mk   0            
                  "clean"                                                            
  minphony        Missing required phony target    tasks/changelog.mk   0            
                  "test"                                                             
  phonydeclared   Target "style" should be         tasks/changelog.mk   12           
                  declared PHONY.                                                    
  phonydeclared   Target "template" should be      tasks/changelog.mk   13           
                  declared PHONY.                                                    
  phonydeclared   Target "info" should be          tasks/changelog.mk   14           
                  declared PHONY.                                                    
  phonydeclared   Target "options" should be       tasks/changelog.mk   17           
                  declared PHONY.                                                    
  minphony        Missing required phony target    tasks/checkmake.mk   0            
                  "all"                                                              
  minphony        Missing required phony target    tasks/checkmake.mk   0            
                  "clean"                                                            
  minphony        Missing required phony target    tasks/checkmake.mk   0            
                  "test"                                                             
  minphony        Missing required phony target    tasks/gitea.mk       0            
                  "all"                                                              
  minphony        Missing required phony target    tasks/gitea.mk       0            
                  "clean"                                                            
  minphony        Missing required phony target    tasks/gitea.mk       0            
                  "test"                                                             
  minphony        Missing required phony target    tasks/webdav.mk      19           
                  "all"                                                              
  minphony        Missing required phony target    tasks/webdav.mk      19           
                  "clean"                                                            
  minphony        Missing required phony target    tasks/webdav.mk      19           
                  "test"                                                             
make: *** [Makefile:2: test] Error 20

# Test report for 9d62c8f ``` mkdir -p tools/checkmake/bin grep -qF -- "tools/" ".gitignore" 2>/dev/null || echo "tools/" >> ".gitignore" curl -sL -o tools/checkmake/bin/checkmake "https://github.com/mrtazz/checkmake/releases/download/0.2.2/checkmake-0.2.2.linux.amd64" chmod +x tools/checkmake/bin/checkmake tools/checkmake/bin/checkmake Makefile tasks/*.mk RULE DESCRIPTION FILE NAME LINE NUMBER minphony Missing required phony target Makefile 0 "all" minphony Missing required phony target Makefile 0 "clean" minphony Missing required phony target Makefile 0 "test" phonydeclared Target "build" should be Makefile 4 declared PHONY. minphony Missing required phony target tasks/changelog.mk 0 "all" minphony Missing required phony target tasks/changelog.mk 0 "clean" minphony Missing required phony target tasks/changelog.mk 0 "test" phonydeclared Target "style" should be tasks/changelog.mk 12 declared PHONY. phonydeclared Target "template" should be tasks/changelog.mk 13 declared PHONY. phonydeclared Target "info" should be tasks/changelog.mk 14 declared PHONY. phonydeclared Target "options" should be tasks/changelog.mk 17 declared PHONY. minphony Missing required phony target tasks/checkmake.mk 0 "all" minphony Missing required phony target tasks/checkmake.mk 0 "clean" minphony Missing required phony target tasks/checkmake.mk 0 "test" minphony Missing required phony target tasks/gitea.mk 0 "all" minphony Missing required phony target tasks/gitea.mk 0 "clean" minphony Missing required phony target tasks/gitea.mk 0 "test" minphony Missing required phony target tasks/webdav.mk 19 "all" minphony Missing required phony target tasks/webdav.mk 19 "clean" minphony Missing required phony target tasks/webdav.mk 19 "test" make: *** [Makefile:2: test] Error 20 ```
wpetit force-pushed ci-pipeline from 9d62c8f968 to 6e9cf40c66 2023-08-23 20:02:38 +02:00 Compare
Owner

Test report for 6e9cf40

mkdir -p tools/checkmake/bin
grep -qF -- "tools/" ".gitignore" 2>/dev/null || echo "tools/" >> ".gitignore"
curl -sL -o tools/checkmake/bin/checkmake  "https://github.com/mrtazz/checkmake/releases/download/0.2.2/checkmake-0.2.2.linux.amd64"
chmod +x tools/checkmake/bin/checkmake
tools/checkmake/bin/checkmake Makefile

# Test report for 6e9cf40 ``` mkdir -p tools/checkmake/bin grep -qF -- "tools/" ".gitignore" 2>/dev/null || echo "tools/" >> ".gitignore" curl -sL -o tools/checkmake/bin/checkmake "https://github.com/mrtazz/checkmake/releases/download/0.2.2/checkmake-0.2.2.linux.amd64" chmod +x tools/checkmake/bin/checkmake tools/checkmake/bin/checkmake Makefile ```
wpetit added 1 commit 2023-08-23 20:05:58 +02:00
Cadoles/mktools/pipeline/pr-master This commit looks good Details
63361c4525
feat: add changelog
Owner

Test report for 63361c4

mkdir -p tools/checkmake/bin
grep -qF -- "tools/" ".gitignore" 2>/dev/null || echo "tools/" >> ".gitignore"
curl -sL -o tools/checkmake/bin/checkmake  "https://github.com/mrtazz/checkmake/releases/download/0.2.2/checkmake-0.2.2.linux.amd64"
chmod +x tools/checkmake/bin/checkmake
tools/checkmake/bin/checkmake Makefile

# Test report for 63361c4 ``` mkdir -p tools/checkmake/bin grep -qF -- "tools/" ".gitignore" 2>/dev/null || echo "tools/" >> ".gitignore" curl -sL -o tools/checkmake/bin/checkmake "https://github.com/mrtazz/checkmake/releases/download/0.2.2/checkmake-0.2.2.linux.amd64" chmod +x tools/checkmake/bin/checkmake tools/checkmake/bin/checkmake Makefile ```
wpetit force-pushed ci-pipeline from 63361c4525 to ae58f166a3 2023-08-23 22:49:58 +02:00 Compare
Owner

Test report for ae58f16

mkdir -p tools/checkmake/bin
grep -qF -- "tools/" ".gitignore" 2>/dev/null || echo "tools/" >> ".gitignore"
curl -sL -o tools/checkmake/bin/checkmake  "https://github.com/mrtazz/checkmake/releases/download/0.2.2/checkmake-0.2.2.linux.amd64"
chmod +x tools/checkmake/bin/checkmake
tools/checkmake/bin/checkmake Makefile

# Test report for ae58f16 ``` mkdir -p tools/checkmake/bin grep -qF -- "tools/" ".gitignore" 2>/dev/null || echo "tools/" >> ".gitignore" curl -sL -o tools/checkmake/bin/checkmake "https://github.com/mrtazz/checkmake/releases/download/0.2.2/checkmake-0.2.2.linux.amd64" chmod +x tools/checkmake/bin/checkmake tools/checkmake/bin/checkmake Makefile ```
wpetit force-pushed ci-pipeline from ae58f166a3 to 48bcb9c57e 2023-08-23 22:53:23 +02:00 Compare
Owner

Test report for 48bcb9c

mkdir -p tools/checkmake/bin
grep -qF -- "tools/" ".gitignore" 2>/dev/null || echo "tools/" >> ".gitignore"
curl -sL -o tools/checkmake/bin/checkmake  "https://github.com/mrtazz/checkmake/releases/download/0.2.2/checkmake-0.2.2.linux.amd64"
chmod +x tools/checkmake/bin/checkmake
tools/checkmake/bin/checkmake Makefile

# Test report for 48bcb9c ``` mkdir -p tools/checkmake/bin grep -qF -- "tools/" ".gitignore" 2>/dev/null || echo "tools/" >> ".gitignore" curl -sL -o tools/checkmake/bin/checkmake "https://github.com/mrtazz/checkmake/releases/download/0.2.2/checkmake-0.2.2.linux.amd64" chmod +x tools/checkmake/bin/checkmake tools/checkmake/bin/checkmake Makefile ```
wpetit merged commit 03081e4549 into master 2023-08-23 22:57:23 +02:00
wpetit deleted branch ci-pipeline 2023-08-23 22:57:26 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Cadoles/mktools#1
No description provided.